Box293 wrote: ssh to the vMA as vi-admin
Type these four commands:
real 1m49.997sCode: Select all
time ~/box293_check_vmware.pl --server 10.YYY.YYY.YYY --timeout 600 --check List_Datastores
user 0m47.391s
sys 0m1.324s
real 0m19.756sCode: Select all
time ~/box293_check_vmware.pl --server 10.YYY.YYY.YYY --timeout 600 --check List_Guests
user 0m6.844s
sys 0m0.108s
real 0m9.597sCode: Select all
time ~/box293_check_vmware.pl --server 10.YYY.YYY.YYY --timeout 600 --check List_Hosts
user 0m5.572s
sys 0m0.088s
real 0m13.482sCode: Select all
time ~/box293_check_vmware.pl --server 10.YYY.YYY.YYY --timeout 600 --check List_vCenter_Objects
user 0m5.524s
sys 0m0.100s
Did that, re-ran the config wizard and they all worked except the List_Guests - It returns nothing.Box293 wrote: Establish an ssh session to your Nagios XI Host
Type this command:
I did that, and I also made this change:Code: Select all
sed -i 's/-t 90/-t 300/g' /usr/local/nagiosxi/html/includes/configwizards/vmwarevirtualizationwizard/vmwarevirtualizationwizard_misc.php
Code: Select all
sed -i 's/-timeout 90/-timeout 300/g' /usr/local/nagiosxi/html/includes/configwizards/vmwarevirtualizationwizard/vmwarevirtualizationwizard_misc.php