ESX3 CRITICAL - Can't use an undefined value as an ARRAY reference at /usr/local/nagios/libexec/check_esx3.pl line 872.
All my ESX hosts have this error for service "Networking for VMHost"
ESX3 CRITICAL - check_esx3.pl line 872.
ESX3 CRITICAL - check_esx3.pl line 872.
You do not have the required permissions to view the files attached to this post.
-
kyang
Re: ESX3 CRITICAL - check_esx3.pl line 872.
Can you try updating your plugin to the latest version?
1. Backup your original plugin if you would like to:
2. Download the latest version of the plugin below:
unzip it, and copy the check_esx3.pl to /usr/local/nagios/libexec directory. "Make sure the permissions match the ones of the original file."
Rerun the plugin, and let us know if it worked in the XI GUI.
If you run the version check through the command.
The version should be --> check_esx3.pl 0.7.1
1. Backup your original plugin if you would like to:
Code: Select all
cd /usr/local/nagios/libexecRerun the plugin, and let us know if it worked in the XI GUI.
If you run the version check through the command.
Code: Select all
/usr/local/nagios/libexec/check_esx3.pl -VYou do not have the required permissions to view the files attached to this post.