Nagios Timeout

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dtidwell1224
Posts: 8
Joined: Thu Feb 25, 2016 4:42 pm

Nagios Timeout

Post by dtidwell1224 »

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:

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;285466
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,
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Timeout

Post by scottwilkerson »

About how log does the check take to execute?

Can you attach your /usr/local/nagios/etc/nagios.cfg so we can look at the service_check_timeout value.

Thanks
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
dtidwell1224
Posts: 8
Joined: Thu Feb 25, 2016 4:42 pm

Re: Nagios Timeout

Post by dtidwell1224 »

We have discovered the source of the timeouts and it is on the host end.

An install of a commvault backup agent on numerous hosts caused a significant delay on the remote host when answering snmp calls, regardless of the originating destination of the snmp request.

We have opened a ticket with the backup vendor regarding this issue, but can rule out any Nagios related error at this time.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios Timeout

Post by benjaminsmith »

Glad to know your were able to identify the root cause of the problem. I will go ahead and lock this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked