From b01ffff19d48b020e70ad38495cb95cbe2ee4817 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Thu, 12 Jan 2017 09:28:46 +0000 Subject: fuel: update to use the latest commit Update the collectd commit id used to build the collectd package. This new id includes all the upstreamed plugins for barometer. Add the configuration for the hugepages plugin. Change-Id: Ibb639cfacbad5c69220a9d379836b7126021d0b6 Signed-off-by: Maryam Tahhan Reviewed-by: Ruijing Gou --- src/fuel-plugin/deployment_scripts/install.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/fuel-plugin/deployment_scripts/install.sh') diff --git a/src/fuel-plugin/deployment_scripts/install.sh b/src/fuel-plugin/deployment_scripts/install.sh index efdc926e..93dfcae7 100755 --- a/src/fuel-plugin/deployment_scripts/install.sh +++ b/src/fuel-plugin/deployment_scripts/install.sh @@ -71,4 +71,16 @@ cat << EOF > /etc/collectd/collectd.conf.d/intel-rdt.conf EOF +cat << EOF > /etc/collectd/collectd.conf.d/hugepages.conf +LoadPlugin hugepages + + + ReportPerNodeHP true + ReportRootHP true + ValuesPages true + ValuesBytes false + ValuesPercentage false + +EOF + service collectd restart -- cgit 1.2.3-korg