diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-13 20:18:36 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-13 20:18:36 +0200 |
commit | a79c9135fc2ed27b8d2374ab9728124f2357d2f1 (patch) | |
tree | 80ff92229bdc51638c7709a8892bbddc61abb504 /collectors/snmpfetchng.pl | |
parent | afe950d0ef2d6cb192bbe2a1013be5915c47eaaa (diff) |
Move stuff from /opt/nms to /opt/gondul etc
Still lots to do
Diffstat (limited to 'collectors/snmpfetchng.pl')
-rwxr-xr-x | collectors/snmpfetchng.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/collectors/snmpfetchng.pl b/collectors/snmpfetchng.pl index 14561c2..5c4b053 100755 --- a/collectors/snmpfetchng.pl +++ b/collectors/snmpfetchng.pl @@ -6,13 +6,13 @@ use POSIX; #use Time::HiRes qw(time); use SNMP; use Data::Dumper; -use lib '/opt/nms/include'; +use lib '/opt/gondul/include'; use nms; SNMP::initMib(); -SNMP::addMibDirs("/opt/nms/mibs/StandardMibs"); -SNMP::addMibDirs("/opt/nms/mibs/JuniperMibs"); -SNMP::addMibDirs("/opt/nms/mibs/CiscoMibs"); +SNMP::addMibDirs("/opt/gondul/mibs/StandardMibs"); +SNMP::addMibDirs("/opt/gondul/mibs/JuniperMibs"); +SNMP::addMibDirs("/opt/gondul/mibs/CiscoMibs"); SNMP::loadModules('ALL'); our $dbh = nms::db_connect(); |