Is service_check_timeout_state option available yet in XI? I've updated nagios.cfg, but, changes for this setting do not appear to be working.
Plugin timeouts still return CRITICAL despite having set service_check_timeout_state=w.
Running Nagios XI 5.4.13
Thanks for any help.
-wr
service_check_timeout_state XI
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: service_check_timeout_state XI
Are you sure you are reaching the service_check_timeout time in seconds as opposed to a timeout limit in the plugin?
service_check_timeout_state is only affected if the service_check_timeout in the nagios.cfg is reached
service_check_timeout_state is only affected if the service_check_timeout in the nagios.cfg is reached
Re: service_check_timeout_state XI
The issue was that the plugin timeout was set to the same value as the service check timeout value. As soon as I increased the plugin timeout value to be greater than the service check timeout value, nagios marked the timeouts according to the service_check_timeout_state setting.
Thank you.
Thank you.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: service_check_timeout_state XI
Great!warapp wrote:The issue was that the plugin timeout was set to the same value as the service check timeout value. As soon as I increased the plugin timeout value to be greater than the service check timeout value, nagios marked the timeouts according to the service_check_timeout_state setting.
Thank you.
Locking thread