Nagios load

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
exp-user1
Posts: 65
Joined: Mon Oct 21, 2019 1:56 pm

Nagios load

Post by exp-user1 »

Hello team,

we see a lot of this error messages:

"nagios: #011Max concurrent service checks (140) has been reached."

any help?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios load

Post by scottwilkerson »

Someone must have edited your max_concurrent_checks value in /usr/local/nagios/etc/nagios.cfg

For no limit set

Code: Select all

max_concurrent_checks=0
Then restart nagios
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
exp-user1
Posts: 65
Joined: Mon Oct 21, 2019 1:56 pm

Re: Nagios load

Post by exp-user1 »

Hello scott,

does this limited number of concurrent checks affect nagios service behavior? like causing performance issue or interruption in nagios service?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios load

Post by scottwilkerson »

exp-user1 wrote:Hello scott,

does this limited number of concurrent checks affect nagios service behavior? like causing performance issue or interruption in nagios service?
It does limit how many checks can be performed at the same time, if you have a really large setup with not many resources on your Nagios server, you can use this setting to limit the concurrent checks, the result of this will be lower load on the Nagios server, but services will not be checked in the time prescribed.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked