Hello team,
we see a lot of this error messages:
"nagios: #011Max concurrent service checks (140) has been reached."
any help?
Nagios load
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios load
Someone must have edited your max_concurrent_checks value in /usr/local/nagios/etc/nagios.cfg
For no limit set
Then restart nagios
For no limit set
Code: Select all
max_concurrent_checks=0Re: Nagios load
Hello scott,
does this limited number of concurrent checks affect nagios service behavior? like causing performance issue or interruption in nagios service?
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
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.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?