diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-10 20:34:39 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-10 20:34:39 +0200 |
commit | 14a761343c732b5c836aedac8a13771447a2bf8d (patch) | |
tree | e7ebb84a86222d1075483e03c096d57f1c45b5e3 /collectors | |
parent | a762fcbc3a144fcd02352decdf0ab00677859fae (diff) |
Tweak SNMP fetch tester
Diffstat (limited to 'collectors')
-rwxr-xr-x | collectors/snmpfetchng.pl | 2 |
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(); |