[Nagios-devel] Deprication of parallelize directive and RFE.

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Deprication of parallelize directive and RFE.

Post by Guest »


In:
http://nagios.cvs.sourceforge.net/*chec ... tsnew.html

is this blurb:

# Object Definitions:
[...]
* The parallelize directive in service definitions is now deprecated and no longer used. All service checks are run in parallel in Nagios 3.

One thing that I have had to use parallelize for is when service
checks use a shared resource. E.G.

ConsoleLoginTest
ConsoleErrorsCheck

that I wrote both connected to a given port on a cycaldes switch, and
executed two different commands to the gear on the other side. The two
couldn't run at the same time without conflicting. I am wondering if
the parallelize directive should be replaced with something like:

description ConsoleLoginTest
NoExecuteWith :ConsoleErrorsCheck

or more generally:

description ConsoleLoginTest
NoExecuteWith hostname:ConsoleErrorsCheck

to prevent conflicting tests from being scheduled at the same time?
In my case setting the parrallelize_check directive to 0 for those two
services didn't work the way I wanted in some way so I had to write
the local login in the tests themselves which was a pain.

I think being able to specify the execution exclusions in a similar
way to specifying dependencies would be a nice feature.

-- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked