aboutsummaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-05-10 20:34:39 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-05-10 20:34:39 +0200
commit14a761343c732b5c836aedac8a13771447a2bf8d (patch)
treee7ebb84a86222d1075483e03c096d57f1c45b5e3 /collectors
parenta762fcbc3a144fcd02352decdf0ab00677859fae (diff)
Tweak SNMP fetch tester
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 eb2cedf..14561c2 100755
--- a/collectors/snmpfetchng.pl
+++ b/collectors/snmpfetchng.pl
@@ -6,7 +6,7 @@ use POSIX;
#use Time::HiRes qw(time);
use SNMP;
use Data::Dumper;
-use lib '../include';
+use lib '/opt/nms/include';
use nms;
SNMP::initMib();