Force sequential checks on services

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
giponino
Posts: 13
Joined: Thu Aug 18, 2016 8:05 am

Force sequential checks on services

Post by giponino »

Hi, I know this argument has been discussed about 4 years ago from other users, but i would like to know if this feature was officially implemented or not. What I need is to force a sequential run of some service checks, to avoid them to run in parallel (or have a maximum number running in parallel).

es. host A
service A
service B
service C

start service A
end service A
start service B
end service B
start service C
end service C

Thank you
Matteo
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Force sequential checks on services

Post by benjaminsmith »

Hi Matteo,

There is an option in the main configuration file called max_concurrent_checks that will limit the maximum number of parallel checks. I'm not quite certain when that option was introduced, but take a look at the Nagios Core documentation on Check Scheduling and let us know if this would meet your requirements.

Host and Service Check Scheduling

More details on the setting itself in the main config options documentation:

Main Configuration File Options
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