Build precise queries to find exactly what you need
Press ESC to close
@Xaneth
Favorites0
Views
Projects0
This helps me to see how much load I have distributed in my environment, many thanks to the author.
Reviewed 13 years ago
I can set up all the tests I need for my vCenter server, physical hosts and VM's. Awesome job. Once I got the VMWare Perl SDK installed and configured with all the necessary Perl modules (which the VMWare installer installed automatically), I was able to successfully run the script, but this is the error I got when trying some scripts against my hosts: CHECK_ESX3.PL CRITICAL - Server version unavailable at 'https://... This was due to the nature of the ESXi SSL certificate. I disabled SSL by adding the following near the top of my check_esx3.pl script, around line 32 or so: $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; Now it works great!!!
I really like this script, but this listing needs to be updated to the latest version. I'm currently using 1.52 from the page: https://www.monitoringexchange.org/inventory/Check-Plugins/Hardware/Server-%2528Manufacturer%2529/HP-%2528Compaq%2529/check_ilo2_health Which is now working properly on my iLO2. It would be nice to see all the switch options as well, such as -o for checking power, -a for checking fans and -c for checking drives.