aboutsummaryrefslogtreecommitdiffstats
path: root/collectors/snmpfetchng.pl
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-05-10 20:16:44 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-05-10 20:16:44 +0200
commita762fcbc3a144fcd02352decdf0ab00677859fae (patch)
tree5c7598d56991bc2ecb4c0ecda37cd6656d3120fc /collectors/snmpfetchng.pl
parenteb74ce24f0d8c712e8789262babb0aa8932810bd (diff)
Tweak mib paths and ignore them in git
Diffstat (limited to 'collectors/snmpfetchng.pl')
-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();
.22 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/script/handle-mail-replies
blob: 15454b3116d6fb80a70ae4e1e70a8a77ead1be2b (plain)
1
2
3
4