Search found 5 matches

by abulbulian
Tue Jan 30, 2018 11:45 am
Forum: Open Source Nagios Projects
Topic: How to manage the 'Service Check Timed Out'
Replies: 7
Views: 19068

Re: How to manage the 'Service Check Timed Out'

Ok, thanks, that is an option. I think this is the global value currently at 90, I need to change. Don't really see any others atm in files. # TIMEOUT VALUES # These options control how much time Nagios will allow various # types of commands to execute before killing them off. Options # are availabl...
by abulbulian
Tue Jan 30, 2018 11:21 am
Forum: Open Source Nagios Projects
Topic: How to manage the 'Service Check Timed Out'
Replies: 7
Views: 19068

Re: How to manage the 'Service Check Timed Out'

It basically comes down to can I use the -t parameter to specify a different non-defailt timeout for the running check (SQL query) or do I have to adjust a global setting? Once again for Nagios Core 3.x.
by abulbulian
Tue Jan 30, 2018 11:19 am
Forum: Open Source Nagios Projects
Topic: How to manage the 'Service Check Timed Out'
Replies: 7
Views: 19068

Re: How to manage the 'Service Check Timed Out'

Also, I not using Nagios Xi, but rather Nagios Core 3.2.3.
by abulbulian
Tue Jan 30, 2018 11:17 am
Forum: Open Source Nagios Projects
Topic: How to manage the 'Service Check Timed Out'
Replies: 7
Views: 19068

Re: How to manage the 'Service Check Timed Out'

Thanks for the response. The slowness is on the db end during a specific period when Oracle is gathering stats on some particular tables. The queries themselves are very low cost normally. It's going to take some time to partition the necessary tables and thus fix the problem on the db side. With th...
by abulbulian
Mon Jan 29, 2018 2:57 pm
Forum: Open Source Nagios Projects
Topic: How to manage the 'Service Check Timed Out'
Replies: 7
Views: 19068

How to manage the 'Service Check Timed Out'

I'm working with 3.2.3 version of NagiosCore and trying to find a solution to a SQL check that is taking longer than the allowed 60 seconds before it timeouts. The other constraint is I'd only like adjust the timeout length for a few SQL checks and not globally. I've read a previous post that mentio...