I'm trying to add VMware ESXi version 6.5 host to monitoring, and I cannot get network monitoring to work.
CPU, Input/Output, Datastore Usage, Memory, Services and VM Status are working as expected on 0.2 version of plugin.
This is output from original 0.2 plugin:
Code: Select all
[nagios@nagios ~]$ /usr/local/nagios/libexec/check_esx3.pl -H "esxhost" -f "/usr/local/nagiosxi/etc/components/vmware/esxhost_auth.txt" -l "NET"
ESX3 CRITICAL - Can't use an undefined value as an ARRAY reference at /usr/local/nagios/libexec/check_esx3.pl line 872. | net_receive=48.00KB;; net_send=3.00KB;;
Code: Select all
[nagios@nagios~]$ /usr/local/nagios/libexec/check_esx3_0.5.pl -H "esxhost" -f "/usr/local/nagiosxi/etc/components/vmware/esxhost_auth.txt" -l "NET"I will add more hosts (also with older VMware ESXi version, I think it was 5.5).
Any advice to get network in monitoring?