Page 1 of 1
SNMP Plugin Timeout: No Response from *Host*
Posted: Wed Dec 12, 2012 4:10 pm
by jenglee
I am trying to use the built in check_snmp and can only get a response from localhost.
When I try to get snmp response my windows machine from my nagios server on CentOS I get No response.
Can someone help me with getting snmp working?
Re: SNMP Plugin Timeout: No Response from *Host*
Posted: Wed Dec 12, 2012 5:15 pm
by jsmurphy
Might need some more information such as: have you enabled SNMP on the windows/linux servers? Are there any potential network impediments like firewalls either on your servers or between network segments? Any information on stuff you have tried so far that didn't work, could also help

.
Re: SNMP Plugin Timeout: No Response from *Host*
Posted: Thu Dec 13, 2012 3:41 am
by eltrasimaco
If the windows machine is pingable, verify the udp 161 port is open (nmap or so); then try the snmpwalk command
Re: SNMP Plugin Timeout: No Response from *Host*
Posted: Thu Dec 13, 2012 10:22 am
by jenglee
I have enable SNMP on my windows computer. Firewall is disabled both on the nagios server and the windows box.
I have tried editing the snmpd.conf on the nagios server (I don't know what I am doing). I can ping my windows box but port 161is open|filtered (This could be the problem).
I have tried the snmpwalk command and it works on the nagios server pointing to its own ip address or localhost, but it does not work for the windows machine.
Re: SNMP Plugin Timeout: No Response from *Host*
Posted: Sun Dec 16, 2012 5:37 pm
by jsmurphy
I think something is probably misconfigured on the windows server, you can use snmputil (
http://support.microsoft.com/kb/323340) on the windows server to test if it's working locally. I've never personally configured the SNMP daemon on windows servers for active checks so my knowledge in the area is pretty light.
If I had to take a wild guess, I would say the snmp community string might not be correct or it's expecting you to use a particular version of SNMP (probably v1 or v2).
Re: SNMP Plugin Timeout: No Response from *Host*
Posted: Wed Dec 26, 2012 8:37 am
by jcnb
I have had problems of this nature and most often is related to setup own plugin. Could you post the lines of plugin configuration?
Re: SNMP Plugin Timeout: No Response from *Host*
Posted: Wed Dec 26, 2012 10:42 am
by slansing
I would recommending doing as jsmurphy suggests, then let us know if anything changes.