Nagios XI 2014 - How Do You Throttle Down Workers?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
mrochelle
Posts: 238
Joined: Fri May 04, 2012 11:20 am
Location: Heart of America

Nagios XI 2014 - How Do You Throttle Down Workers?

Post by mrochelle »

I'm attempting to limit the number of processes that Nagios XI 2014 will place against a remote server. Are there any nagios.cfg settings that limit processes, workers, etc? I have removed Mod Gearman which I was able to limit worker processes available. I'm hoping there is a configuration setting within Nagios that will do the same?
Thanks, Marcus
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Nagios XI 2014 - How Do You Throttle Down Workers?

Post by sreinhardt »

Yes there are. You can use the following commands to limit the starting number of workers, and the total number of workers respectively:

Code: Select all

core_workers=6
max_concurrent=20
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
User avatar
mrochelle
Posts: 238
Joined: Fri May 04, 2012 11:20 am
Location: Heart of America

Re: Nagios XI 2014 - How Do You Throttle Down Workers?

Post by mrochelle »

That worked! Thanks.
I had to change core_workers to check_workers, fyi.
Locked