aboutsummaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
Diffstat (limited to 'collectors')
-rwxr-xr-xcollectors/snmpfetchng.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/snmpfetchng.pl b/collectors/snmpfetchng.pl
index a0f7608..eb2cedf 100755
--- a/collectors/snmpfetchng.pl
+++ b/collectors/snmpfetchng.pl
@@ -12,7 +12,7 @@ use nms;
SNMP::initMib();
SNMP::addMibDirs("/opt/nms/mibs/StandardMibs");
SNMP::addMibDirs("/opt/nms/mibs/JuniperMibs");
-SNMP::addMibDirs("/opt/nms/mibs");
+SNMP::addMibDirs("/opt/nms/mibs/CiscoMibs");
SNMP::loadModules('ALL');
our $dbh = nms::db_connect();