My current VMware cofiguration wizard is 1.1 (Nagios said that is up to date),
According "Monitoring_VMware_With_Nagios_XI.pdf" I've made permissions:
Code: Select all
chown nagios.nagcmd /usr/local/nagiosxi/html/includes/configwizards/vmware/scripts/getguests.pl Code: Select all
chmod 775 /usr/local/nagiosxi/html/includes/configwizards/vmware/scripts/getguests.pland I used these command to make SDK Prerequisites
Code: Select all
yum clean all
yum erase perl-XML-SAX-Base-1.04-1.el6.rf.noarch
yum install perl-XML-SAX -y
yum install perl-Nagios-Plugin libuuid* perl-XML-LibXML –ySo far so good.
I add my ESXi host to Nagios without any problems, and saw his service details (CPU, RAM etc.)
But when I try to add virtual machine that belongs to that ESX host (check Monitor a guest VM on the VMWare host) on Guest Selection I recive
"It appears as though the VMware SDK has not yet been installed on your Nagios XI server. You must install the SDK before you are able to use this wizard"
Do you have any suggestions?
I'll be thankful.