Page 1 of 1
Check_SNMP
Posted: Sat Nov 21, 2015 3:37 pm
by rlinux57
Let me know how to install check_snmp on nagios server.
Getting below error:
Code: Select all
(No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_snmp, ...) failed. errno is 2: No such file or directory
Re: Check_SNMP
Posted: Sat Nov 21, 2015 4:11 pm
by rlinux57
I have fixed above error, but now got below error:
Code: Select all
External command error: Timeout: No Response from IP-ADDRESS:161.
Re: Check_SNMP
Posted: Sat Nov 21, 2015 7:01 pm
by Pikmin
Can you walk the device? Install snmpwalk and try this command
Code: Select all
snmpwalk -v 2c -c public ipaddress
Make sure you are using the right community name as that will give you Timeout no response error if not correct.
Re: Check_SNMP
Posted: Sun Nov 22, 2015 2:24 am
by rlinux57
Getting below error. using switch ip address.
snmpwalk -v 2c -c public ipaddress
Timeout: No Response from ipaddress
Re: Check_SNMP
Posted: Sun Nov 22, 2015 5:28 am
by Pikmin
First thing check connectivity with ping
Second, is the switch actually configured for snmp?
On a Cisco switch it's something like this
Also make sure the snmp agent is enabled. Read the documentation for the switch
Re: Check_SNMP
Posted: Mon Nov 23, 2015 10:19 am
by rkennedy
Thanks
@Pikmin!
Let us know if that works for you or not @rlinux57.