Page 1 of 1

box293 Total number of concurrent checks exceeds 15

Posted: Mon Apr 23, 2018 2:47 pm
by dlukinski
Hi

We are getting "Total number of concurrent checks exceeds 15", aborting! errors and tried to edit commands as follows:

$USER1$/check_by_ssh -E 1 -t 90 -l vi-admin -H $ARG1$ -C "~/box293_check_vmware.pl --timeout 90 --concurrent_checks 20 --server $ARG2$ --check Guest_CPU_Info --guest \"$ARG3$\" --reporting_si \"$ARG4$\" \"$ARG5$\" \"$ARG6$\" \"$ARG7$\" \"$ARG8$\""

But keep getting the same messages "Total number of concurrent checks exceeds 15, aborting!" errors for the commands already edited.

What went wrong?

Thank you

Re: box293 Total number of concurrent checks exceeds 15

Posted: Mon Apr 23, 2018 3:45 pm
by tgriep
The Arguments Config File on the vMA server is needs to have the concurrent checks option increased which will allow more checks to run at the same time.
You would have to login to the vMA server and edit the .visdkrc file which is located in the vi-admin home directory /home/vi-admin.

Change os add the following option to the file to increase the number of concurrent checks to 45.

Code: Select all

VI_CONCURRENT_CHECKS=45
See page 30 of the manual.

Code: Select all

https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=5840&cf_id=29
Your command does have the --concurrent_checks option but it could be an older version of the plugin that is not honoring the option.

Re: box293 Total number of concurrent checks exceeds 15

Posted: Tue Apr 24, 2018 8:15 am
by dlukinski
tgriep wrote:The Arguments Config File on the vMA server is needs to have the concurrent checks option increased which will allow more checks to run at the same time.
You would have to login to the vMA server and edit the .visdkrc file which is located in the vi-admin home directory /home/vi-admin.

Change os add the following option to the file to increase the number of concurrent checks to 45.

Code: Select all

VI_CONCURRENT_CHECKS=45
See page 30 of the manual.

Code: Select all

https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=5840&cf_id=29
Your command does have the --concurrent_checks option but it could be an older version of the plugin that is not honoring the option.
Cannot find that file under /home/vi-admin:

login as: vi-admin

Welcome to SUSE Linux Enterprise Server 11 SP3 for VMware (x86_64) - Kernel \r (\l).


vi-admin@fikc-vma01's password:
Last login: Tue Apr 24 16:12:24 EEST 2018 from fikc-nagxiprod01.konecranes.com on ssh
Last login: Tue Apr 24 16:12:26 2018 from 10.104.116.29
vi-admin@fikc-vma01:~> cd /home/vi-admin

vi-admin@fikc-vma01:~> ls -a
. .bashrc .inputrc .profile .vmware
.. .emacs .mc .ssh bin
.bash_history .fonts .mozilla .vimrc box293_check_vmware.pl

Re: box293 Total number of concurrent checks exceeds 15

Posted: Tue Apr 24, 2018 8:48 am
by tgriep
If the file is not there, you can create it and add the option.

Re: box293 Total number of concurrent checks exceeds 15

Posted: Tue Apr 24, 2018 6:21 pm
by dlukinski
tgriep wrote:If the file is not there, you can create it and add the option.

This worked

Thank you so much!

Re: box293 Total number of concurrent checks exceeds 15

Posted: Wed Apr 25, 2018 9:15 am
by tgriep
Your welcome. I'll mark the post as solved and lock it up. Feel free to open a new ticket in the future for and new questions.