diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2017-04-20 10:50:11 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2017-04-20 10:50:11 +0200 |
commit | a86fa790950906f0d0f32d2b3d2069fb11d34c98 (patch) | |
tree | 3d5263756bc6ae849e12b60e33cbe5550459cb04 /build/test/snmpfetch-misc.sh | |
parent | 53d3a0593e3702a245dc90fb14a79e166bf7bbb3 (diff) |
Further tidying up
Diffstat (limited to 'build/test/snmpfetch-misc.sh')
-rwxr-xr-x | build/test/snmpfetch-misc.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/test/snmpfetch-misc.sh b/build/test/snmpfetch-misc.sh deleted file mode 100755 index 973e932..0000000 --- a/build/test/snmpfetch-misc.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -service snmpd start -mkdir -p /opt/gondul/data -cd /opt/gondul/data -if [ ! -d mibs ]; then - ../extras/tools/get_mibs.sh -fi -exec /opt/gondul/collectors/snmpfetchng.pl |