diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-01-11 17:26:08 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-01-11 17:30:29 +0000 |
commit | 38bb40984b98e8d2913fe01e2e29fdf2fdd982b1 (patch) | |
tree | ad7db6c74d0822ee82a3c3dfc79773b9fdaba489 /src/fuel-plugin/deployment_scripts/install.sh | |
parent | 6c8273116b62d5fc6a85b6914930756f81f7175b (diff) |
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 <maryam.tahhan@intel.com>
Diffstat (limited to 'src/fuel-plugin/deployment_scripts/install.sh')
-rwxr-xr-x | src/fuel-plugin/deployment_scripts/install.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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 </Plugin> EOF +cat << EOF > /etc/collectd/collectd.conf.d/intel-rdt.conf +<LoadPlugin intel_rdt> + Interval 1 +</LoadPlugin> + +<Plugin "intel_rdt"> + Cores "" +</Plugin> +EOF + service collectd restart |