diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-07-26 20:55:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-26 20:55:03 +0000 |
commit | a35c425193d004f75e0404cd961bfc8adf3720c4 (patch) | |
tree | bc652dcb1fd9c753fae479faefb3b1443cc1ffd0 /src/collectd/Makefile | |
parent | cb859cf7fb20202f0168176085cb8278cdd1d4f3 (diff) | |
parent | 4e7f817e6ede7eac5f4e27f060b063caa6d664fb (diff) |
Merge "src: add snmp agent plugin configuration"
Diffstat (limited to 'src/collectd/Makefile')
-rw-r--r-- | src/collectd/Makefile | 1 |
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" |