SNMP Monitoring just stopped on two systems

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
stevecalderoni
Posts: 15
Joined: Wed Mar 29, 2017 10:47 am

SNMP Monitoring just stopped on two systems

Post by stevecalderoni »

So I am confused by this one.

I have numerous systems using SNMP to monitor. Two of them at the same time just stopped working. In Nagios the error is "ERROR: Description/Type table : No response from remote host" and "ERROR: Alarm signal (Nagios time-out)". Ping, URL checking both are fine and a TCP port we use for the app is fine. Just the service specific stuff that uses SNMP. I have removed and re-added SNMP and even (just to test) set the SNMP service to allow any host to interact with it. Still nothing, I deleted the services and the server and tried to add again. The message received is that Nagios doesn't have permission to SNMP walk. At that time the SNMP service was set to allow ALL so that message is confusing as well.

Any guidance would be awesome
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: SNMP Monitoring just stopped on two systems

Post by tgriep »

Can you provide more details on what the 2 systems are and how SNMP is setup on those systems?
From what you describe, it sounds like either SNMP was disabled on those devices or that the community string was changed and the SNMP check commands cannot poll them anymore.
Be sure to check out our Knowledgebase for helpful articles and solutions!
stevecalderoni
Posts: 15
Joined: Wed Mar 29, 2017 10:47 am

Re: SNMP Monitoring just stopped on two systems

Post by stevecalderoni »

For the benefit of others that may run across this with the same issue.

The root cause was that when the SNMP role is installed to a Windows server the TCP firewall rule created has it active for all networks where as the UDP rule is only for Private networks. For what ever reason these two servers decided that they were on Guest networks which cause the packets to drop at the firewall. Setting the UDP rule to all networks (these are private network isolated servers in AWS) got it working again. Pretty easy to miss but there it is.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: SNMP Monitoring just stopped on two systems

Post by cdienger »

Sounds like the problem has been resolved. Can the thread be closed or did you have any more questions or issues with SNMP?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
stevecalderoni
Posts: 15
Joined: Wed Mar 29, 2017 10:47 am

Re: SNMP Monitoring just stopped on two systems

Post by stevecalderoni »

Oh yeah, for sure. I did figure it out. Just commenting the solutions for others to benefit
Locked