From 179ee8ee548e9eac057a02dc6f626b5c27803fd3 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 11 Nov 2016 15:39:26 +0100 Subject: Various build-tweaks and cache tweaks - mibs are moved to data/, update gitignore - Adjust cache for switches and switches-management to improve responsiveness when adding new content. - Ensure mibs are correctly loaded if the data directory doesn't exist - Add a small timer to the startup of ping collector/snmp to avoid starting before graphite. --- build/test/snmpfetch-misc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build/test/snmpfetch-misc.sh') diff --git a/build/test/snmpfetch-misc.sh b/build/test/snmpfetch-misc.sh index 0453c59..973e932 100755 --- a/build/test/snmpfetch-misc.sh +++ b/build/test/snmpfetch-misc.sh @@ -1,5 +1,6 @@ #!/bin/bash service snmpd start +mkdir -p /opt/gondul/data cd /opt/gondul/data if [ ! -d mibs ]; then ../extras/tools/get_mibs.sh -- cgit v1.2.3