ESX3 CRITICAL - check_esx3.pl line 872.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
anoopjeev
Posts: 29
Joined: Wed Jul 26, 2017 6:58 pm

ESX3 CRITICAL - check_esx3.pl line 872.

Post by anoopjeev »

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"
You do not have the required permissions to view the files attached to this post.
kyang

Re: ESX3 CRITICAL - check_esx3.pl line 872.

Post by kyang »

Can you try updating your plugin to the latest version?

1. Backup your original plugin if you would like to:

Code: Select all

cd /usr/local/nagios/libexec
2. Download the latest version of the plugin below:
check_esx3.zip
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.

Code: Select all

/usr/local/nagios/libexec/check_esx3.pl -V
The version should be --> check_esx3.pl 0.7.1
You do not have the required permissions to view the files attached to this post.
Locked