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.
Total number of concurrent checks exceeds 15, aborting! null
Total number of concurrent checks exceeds 15, aborting! null
Regards,
Sk Abdul Goffar
Nagios Version:Nagios XI 5.4.8
OS:CentOS release 6.5
Sk Abdul Goffar
Nagios Version:Nagios XI 5.4.8
OS:CentOS release 6.5
-
bolson
Re: Total number of concurrent checks exceeds 15, aborting!
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!
https://support.nagios.com/forum/viewto ... 79#p108779
Thank you!
Re: Total number of concurrent checks exceeds 15, aborting!
Hi Brain,
Increasing concurrent check will not help because at a time we are getting 100 of alert with same message.
Increasing concurrent check will not help because at a time we are getting 100 of alert with same message.
Regards,
Sk Abdul Goffar
Nagios Version:Nagios XI 5.4.8
OS:CentOS release 6.5
Sk Abdul Goffar
Nagios Version:Nagios XI 5.4.8
OS:CentOS release 6.5
- tacolover101
- Posts: 432
- Joined: Mon Apr 10, 2017 11:55 am
Re: Total number of concurrent checks exceeds 15, aborting!
it actually will help - you need to edit it on every single check to add the variable @bolson mentioned.sgoffar wrote:Hi Brain,
Increasing concurrent check will not help because at a time we are getting 100 of alert with same message.
the other option may be modifying it in your command definition.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Total number of concurrent checks exceeds 15, aborting!
@sgoffar, did @tacolover101's clarification help you? If so, are we ready to lock the thread?