Search found 19 matches

by ThyRaven
Thu Jul 11, 2013 3:02 pm
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

no it only had 1 line

Code: Select all

/var/lib/mibs/ietf/SNMPv2-SMI
by ThyRaven
Thu Jul 11, 2013 1:47 pm
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

That is a whole lot of mibs. You most likely have collisions. Lets look for multiple copies of the SNMPv2-SMI: find / -name SNMPv2-SMI /var/lib/mibs/ietf/SNMPv2-SMI EDIT: You can always pipe the output to "less" to see the full output of a command: ls -la /var/lib/mibs/ietf | less total c...
by ThyRaven
Thu Jul 11, 2013 9:56 am
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

-rw-r--r-- 1 root root 66014 Jul 10 12:22 FLOW-METER-MIB -rw-r--r-- 1 root root 15511 Jul 10 12:22 FORCES-MIB -rw-r--r-- 1 root root 32960 Jul 10 12:22 FRAME-RELAY-DTE-MIB -rw-r--r-- 1 root root 47251 Jul 10 12:22 FR-ATM-PVC-SERVICE-IWF-MIB -rw-r--r-- 1 root root 30099 Jul 10 12:22 FR-MFR-MIB -rw-r...
by ThyRaven
Wed Jul 10, 2013 7:27 pm
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

Code: Select all

lrwxrwxrwx 1 root root 18 Jun  7  2010 /usr/share/mibs/ietf -> /var/lib/mibs/ietf
by ThyRaven
Wed Jul 10, 2013 2:32 pm
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

Code: Select all

#
# As the snmp packages come without MIB files due to license reasons, loading
# of MIBs is disabled by default. If you added the MIBs you can reenable
# loaging them by commenting out the following line.
mibs :
mibs +sysUpTime
~
That's all I got. Missing stuff?
by ThyRaven
Wed Jul 10, 2013 12:26 pm
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

Looks like the error updated: External command error: Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/mibs/ietf/DIFFSERV-MIB) Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/mibs/ietf/MPLS-LSR-STD-MIB) Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/mibs/ietf/DOCS...
by ThyRaven
Wed Jul 10, 2013 12:23 pm
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

Ok I ran that and a whole bunch of MIBs downloaded but doesnt look like anything changed in the /usr/share/mibs/netsnmp folder.
by ThyRaven
Wed Jul 10, 2013 11:09 am
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

Well crap... How do I get those? I know I installed the plugin pack and NRPE plugin before I got to NagiosQL.
by ThyRaven
Wed Jul 10, 2013 9:47 am
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

Looks like Nagios is able to talk to the Switch now but it is still throwing an error: External command error: MIB search path: $HOME/.snmp/mibs:/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp Cannot find module (SNMP-FRAMEWORK-MIB): At lin...
by ThyRaven
Tue Jul 09, 2013 4:16 pm
Forum: Open Source Nagios Projects
Topic: NagisQL cfgs in wrong folder
Replies: 36
Views: 11592

Re: NagisQL cfgs in wrong folder

anything I need to do once I install that to allow Nagios to find devices via SNMP? Trying to get Printer Status and Cisco Switch Status.