From c94196ecdd12b7cbe89bce1be7a01860865fff82 Mon Sep 17 00:00:00 2001 From: Shobhi Date: Thu, 20 Jul 2017 11:57:23 +0100 Subject: src: add OVS PMD stats plugin configuration * ovs_pmd_stats: wrapper script to call actual ovs_pmd_stats python script with it's argument. * ovs_pmd_stats_config: script to check status of OVS service & copy ovs_pmd_stats wrapper script to /usr/local/src/. * Updates exec plugin configuration for running ovs pmd stats wrapper script. * Updates makefile to include ovs_pmd_stats_config file. Change-Id: I78be0bf944e816ab23d30f1c565884a1180724f7 Signed-off-by: Shobhi --- src/collectd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/collectd/Makefile') diff --git a/src/collectd/Makefile b/src/collectd/Makefile index cf1f704b..67646b0b 100644 --- a/src/collectd/Makefile +++ b/src/collectd/Makefile @@ -74,6 +74,7 @@ force_install: $(AT)sed -i -e 's/CapabilityBoundingSet=/CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_SYS_RAWIO CAP_SYS_ADMIN/g' /etc/systemd/system/collectd.service $(AT)sed -i -e 's|Environment=\(.*\)|Environment=XDG_CACHE_HOME='$(XDG_CACHE_HOME_DIR)' \1|g' /etc/systemd/system/collectd.service $(AT)systemctl daemon-reload + $(AT)sudo ./ovs_pmd_stats_config.sh $(AT)sudo ./include_config.sh @echo "Make install done" -- cgit 1.2.3-korg