aboutsummaryrefslogtreecommitdiffstats
path: root/src/collectd/Makefile
diff options
context:
space:
mode:
authorShobhi <shobhi.jain@intel.com>2017-07-21 12:45:16 +0100
committerShobhi <shobhi.jain@intel.com>2017-07-26 14:21:27 +0100
commit4e7f817e6ede7eac5f4e27f060b063caa6d664fb (patch)
treed3f1436ccab3de37602efd72b3b3dac0c265005e /src/collectd/Makefile
parent7331c926e6f3fdf9d2ad7310be1911c440f6b962 (diff)
src: add snmp agent plugin configuration
*snmp_mib_config: copies mibs to net-snmp defined path. Change-Id: Id236073f6d0371a0181043898d8f4fc6da0be3a2 Signed-off-by: Shobhi <shobhi.jain@intel.com>
Diffstat (limited to 'src/collectd/Makefile')
-rw-r--r--src/collectd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/collectd/Makefile b/src/collectd/Makefile
index 67646b0b..9dbfdccb 100644
--- a/src/collectd/Makefile
+++ b/src/collectd/Makefile
@@ -75,6 +75,7 @@ force_install:
$(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 ./snmp_mib_config.sh
$(AT)sudo ./include_config.sh
@echo "Make install done"