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
box293 Total number of concurrent checks exceeds 15
Re: box293 Total number of concurrent checks exceeds 15
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.
See page 30 of the manual.
Your command does have the --concurrent_checks option but it could be an older version of the plugin that is not honoring the option.
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=45Code: Select all
https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=5840&cf_id=29Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: box293 Total number of concurrent checks exceeds 15
Cannot find that file under /home/vi-admin: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.See page 30 of the manual.Code: Select all
VI_CONCURRENT_CHECKS=45Your command does have the --concurrent_checks option but it could be an older version of the plugin that is not honoring the option.Code: Select all
https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=5840&cf_id=29
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
If the file is not there, you can create it and add the option.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: box293 Total number of concurrent checks exceeds 15
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
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.
Be sure to check out our Knowledgebase for helpful articles and solutions!