Page 1 of 1

service_check_timeout_state not supported in Nagios XI ?

Posted: Wed Jun 19, 2013 10:56 am
by DennisPR
The setting service_check_timeout_state was added to Nagios Core in version 3.4.0. according to http://www.nagios.org/projects/nagiosco ... ry/core-3x
It works perfect on my Nagios Core test system but I can't seem to get it to work on Nagios XI
I have tried to manually add this setting to the nagios.cfg of my Nagios XI 2012R2.1 server (that uses Nagios Core 3.5) and services that time out still go to a critical state :(

Is the settings service_check_timeout_state=u not supported in Nagios XI ?

Re: service_check_timeout_state not supported in Nagios XI ?

Posted: Thu Jun 20, 2013 9:25 am
by slansing
I do not believe it is supported, you should have core 3.5.0 installed with that version of nagios XI, though this may be something that is blocked out as it may not play nice with the differences between XI and Core.

Re: service_check_timeout_state not supported in Nagios XI ?

Posted: Thu Jun 20, 2013 9:54 am
by DennisPR
I do have Nagios Core 3.5 running within the Nagios XI 2012R2.1.
How can I figure out it this setting is "blocked" ?

Re: service_check_timeout_state not supported in Nagios XI ?

Posted: Thu Jun 20, 2013 12:51 pm
by abrist
If you added:

Code: Select all

service_check_timeout_state=u
to your XI server's nagios.cfg, restarted nagios, and it still doesn't work, it may not be supported by XI yet.
Please open a feature request at tracker.nagios.com to support this new configuration option.

Re: service_check_timeout_state not supported in Nagios XI ?

Posted: Mon Sep 09, 2013 9:47 am
by DennisPR

Re: service_check_timeout_state not supported in Nagios XI ?

Posted: Mon Sep 09, 2013 10:57 am
by slansing
Thanks Dennis.