Back on topic:
Notification Type: PROBLEM
Service Name: QNAPDISK
Service Group:
Service Status: UNKNOWN
Service Data: CHECK_QNAPDISK UNKNOWN - plugin timed out (timeout 20s)
Hostname: qnapbackup
Issue is still happening
Plugin Keeps reporting issue, randomly
-
nathanplatt
- Posts: 267
- Joined: Thu May 07, 2015 4:59 am
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Plugin Keeps reporting issue, randomly
Basically this issue comes down to the Nagios server not getting a response in a timely manner from the server you are connecting to. Which unfortunately is somewhat common with udp over wider network segments.
The only 2 things remaining would be to yet again increase the timeout, or, alternately, install an agent on or closer to the device you are polling to hopefully to eliminate the possibility of the udp packet getting dropped.
The only 2 things remaining would be to yet again increase the timeout, or, alternately, install an agent on or closer to the device you are polling to hopefully to eliminate the possibility of the udp packet getting dropped.
-
nathanplatt
- Posts: 267
- Joined: Thu May 07, 2015 4:59 am
Re: Plugin Keeps reporting issue, randomly
HI Scott,
Thanks for this, when you say agent. Do you mean a whole nagios server?
Nathan
Thanks for this, when you say agent. Do you mean a whole nagios server?
Nathan
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Plugin Keeps reporting issue, randomly
No, I mean like our NRPE agentnathanplatt wrote:HI Scott,
Thanks for this, when you say agent. Do you mean a whole nagios server?
Nathan
-
nathanplatt
- Posts: 267
- Joined: Thu May 07, 2015 4:59 am
Re: Plugin Keeps reporting issue, randomly
Ah well in this case it's pulling the information from the Storage device directly using SNMP. There's no agent on the device
Re: Plugin Keeps reporting issue, randomly
What Scott is mentioning, is SNMP uses UDP. As you're doing SNMP checks, you have two options -nathanplatt wrote:Ah well in this case it's pulling the information from the Storage device directly using SNMP. There's no agent on the device
This suggests to either increase the timeout higher than 20. The second option is to use an agent on this machine (rather than SNMP), or an agent at the same location as this machine to poll the device (using NSClient++ or NRPE).The only 2 things remaining would be to yet again increase the timeout, or, alternately, install an agent on or closer to the device you are polling to hopefully to eliminate the possibility of the udp packet getting dropped.
Former Nagios Employee
-
nathanplatt
- Posts: 267
- Joined: Thu May 07, 2015 4:59 am
Re: Plugin Keeps reporting issue, randomly
Okay thank you guys, i'll work on the timeout variable till i get the right amount, please close case.
Re: Plugin Keeps reporting issue, randomly
Roger that. Closing and out.
Feel free to create a new thread if you need any assistance in the future.
Feel free to create a new thread if you need any assistance in the future.
Former Nagios Employee