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 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();