Page 1 of 1

Total number of concurrent checks exceeds 15, aborting! null

Posted: Fri Jul 14, 2017 6:34 am
by sgoffar
Hi Team,

We have an vMA with aproximately 90 ESX host and 270 vCenter service(I mean cluster/DRS/HA etc). with below details.
top - 11:30:52 up 378 days, 14:10, 2 users, load average: 1.46, 1.53, 1.62
Tasks: 154 total, 1 running, 153 sleeping, 0 stopped, 0 zombie
Cpu(s): 30.4%us, 4.9%sy, 0.0%ni, 64.1%id, 0.5%wa, 0.0%hi, 0.1%si, 0.0%st
Mem: 10021M total, 8447M used, 1574M free, 250M buffers
Swap: 133M total, 15M used, 118M free, 7279M cached
uname -a
Linux dalaplvma01 3.0.101-0.46-default #1 SMP Wed Dec 17 11:04:10 UTC 2014 (8356111) x86_64 x86_64 x86_64 GNU/Linux

We are getting the error Total number of concurrent checks exceeds 15, aborting frequently. Specially on below scenarioh:

When vCenter is in schedule maintanence. We are keeping all associated ESX host and vCenter services in Execution disable state. When we are enabling back then the error is generating. For bulk of services.

Can you please help on this.

Re: Total number of concurrent checks exceeds 15, aborting!

Posted: Fri Jul 14, 2017 9:31 am
by bolson
Hello, the default maximum for concurrent checks is 15. This can be modified. You need to add the --concurrent_checks option to your command(s) for the plugin. Here's how:

https://support.nagios.com/forum/viewto ... 79#p108779

Thank you!

Re: Total number of concurrent checks exceeds 15, aborting!

Posted: Tue Jul 18, 2017 9:26 am
by sgoffar
Hi Brain,

Increasing concurrent check will not help because at a time we are getting 100 of alert with same message.

Re: Total number of concurrent checks exceeds 15, aborting!

Posted: Tue Jul 18, 2017 10:20 am
by tacolover101
sgoffar wrote:Hi Brain,

Increasing concurrent check will not help because at a time we are getting 100 of alert with same message.
it actually will help - you need to edit it on every single check to add the variable @bolson mentioned.

the other option may be modifying it in your command definition.

Re: Total number of concurrent checks exceeds 15, aborting!

Posted: Tue Jul 18, 2017 2:21 pm
by dwhitfield
@sgoffar, did @tacolover101's clarification help you? If so, are we ready to lock the thread?