aboutsummaryrefslogtreecommitdiffstats
path: root/clients/snmpfetchng.pl
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly@.no>2016-03-25 23:28:12 +0100
committerKristian Lyngstol <kly@kly@.no>2016-03-25 23:28:12 +0100
commit25409cdc01450279ce56b78ce962956a9990a175 (patch)
tree0a05737535c11f1e99897abee15f2ffd181898f0 /clients/snmpfetchng.pl
parent875f3e404537de55d5b03abd3b0b9bec58c34d49 (diff)
Tweak linknet pings
Diffstat (limited to 'clients/snmpfetchng.pl')
-rwxr-xr-xclients/snmpfetchng.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/snmpfetchng.pl b/clients/snmpfetchng.pl
index bbdb00d..2f5e785 100755
--- a/clients/snmpfetchng.pl
+++ b/clients/snmpfetchng.pl
@@ -10,9 +10,9 @@ use lib '../include';
use nms;
SNMP::initMib();
-SNMP::addMibDirs("/srv/tgmanage/mibs");
SNMP::addMibDirs("/srv/tgmanage/mibs/StandardMibs");
SNMP::addMibDirs("/srv/tgmanage/mibs/JuniperMibs");
+SNMP::addMibDirs("/srv/tgmanage/mibs");
SNMP::loadModules('ALL');
our $dbh = nms::db_connect();