From: Maryam Tahhan Date: Wed, 11 Jan 2017 17:26:08 +0000 (+0000) Subject: fuel: add RDT configuration to collectd X-Git-Tag: danube.1.0~29 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F26887%2F2;p=barometer.git fuel: add RDT configuration to collectd Add Intel RDT plugin configuration file to collectd with a base configuration. Change-Id: I05db3986cdb91e4f06ac24acbb5797d6ffdb4150 Signed-off-by: Maryam Tahhan --- diff --git a/src/fuel-plugin/deployment_scripts/install.sh b/src/fuel-plugin/deployment_scripts/install.sh index e602e9c8..efdc926e 100755 --- a/src/fuel-plugin/deployment_scripts/install.sh +++ b/src/fuel-plugin/deployment_scripts/install.sh @@ -61,4 +61,14 @@ cat << EOF > /etc/collectd/collectd.conf.d/collectd-ceilometer-plugin.conf EOF +cat << EOF > /etc/collectd/collectd.conf.d/intel-rdt.conf + + Interval 1 + + + + Cores "" + +EOF + service collectd restart