Nagios Timeout
Posted: Mon Oct 01, 2018 9:53 am
I am currently seeing frequent Nagios timeouts from certain hosts, but only in the GUI.
If I run the check on the command line it runs just fine, or if I go into the check in CCM and issue the "Run Check Command" from the UI, it also works. But in the standard check, it times out every single time.
The check in question is "check_snmp_storage.pl" with a timeout of 30 seconds defined in the command.
As an example:
It almost seems as though Nagios is ignoring the static timeout value defined in the check.
Any suggestions on where to look would be greatly appreciated.
Thank you,
If I run the check on the command line it runs just fine, or if I go into the check in CCM and issue the "Run Check Command" from the UI, it also works. But in the standard check, it times out every single time.
The check in question is "check_snmp_storage.pl" with a timeout of 30 seconds defined in the command.
As an example:
Code: Select all
[nagios@server01 ~]$ /usr/local/nagios/libexec/check_snmp_storage.pl -H intranet.domain.com -C REDACTED --v2c -m ^C: -w 80 -c 90 -f -t 30
C:\ Label: Serial Number b683054e: 27%used(78183MB/285466MB) (<80%) : OK | 'C:\_Label:__Serial_Number_b683054e'=78183MB;228373;256919;0;285466Any suggestions on where to look would be greatly appreciated.
Thank you,