check_snmp problem
Posted: Sat Mar 10, 2012 10:05 am
Hi,
I have problem with module check_snmp. I'm using Debian 2.6.32 + Nagios Core 3.3.1 + plugins
In nagios web I see:
when I use snmpget:
e)
and when use this
I change my nagios config in object.router.cfg
but still in nagios web i See:
I think the problem is with [autpriv] please help. I don't know how to fix it
Maybe anyone know how to add the MIB to debian?
I have problem with module check_snmp. I'm using Debian 2.6.32 + Nagios Core 3.3.1 + plugins
In nagios web I see:
Code: Select all
SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m RFC1213-MIB -v 1 [authpriv] 100.50.204.30:161 ifOperStatus.1Code: Select all
snmpget -v 1 -c public 100.50.204.30 sysUptime.0
sysUptime.0: Unknown Object Identifier (Sub-id not found: (top) -> sysUptimand when use this
Code: Select all
snmpget -v 1 -c public 100.50.204.30 iso.3.6.1.2.1.1.3.0
iso.3.6.1.2.1.1.3.0 = Timeticks: (12109920) 1 day, 9:38:19.20I change my nagios config in object.router.cfg
Code: Select all
check_command check_snmp!-C public -o .3.6.1.2.1.1.3.0Code: Select all
SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m '' -v 1 [authpriv] 100.50.204.30:161 .3.6.1.2.1.1.3.0Maybe anyone know how to add the MIB to debian?