diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-01-12 09:28:46 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-01-18 07:00:07 +0000 |
commit | b01ffff19d48b020e70ad38495cb95cbe2ee4817 (patch) | |
tree | ea0f897566a6c42db2bcb3c23ddd07ef5888643d /src/fuel-plugin/deployment_scripts | |
parent | 0e6fa52bc096dd598817bf65ad9ba397496aed07 (diff) |
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 <maryam.tahhan@intel.com>
Reviewed-by: Ruijing Gou <ruijing.guo@intel.com>
Diffstat (limited to 'src/fuel-plugin/deployment_scripts')
-rwxr-xr-x | src/fuel-plugin/deployment_scripts/install.sh | 12 |
1 files changed, 12 insertions, 0 deletions
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 </Plugin> EOF +cat << EOF > /etc/collectd/collectd.conf.d/hugepages.conf +LoadPlugin hugepages + +<Plugin hugepages> + ReportPerNodeHP true + ReportRootHP true + ValuesPages true + ValuesBytes false + ValuesPercentage false +</Plugin> +EOF + service collectd restart |