A little configuration help please -
When running the script from the CLI: ./check_vnware.pl --server (ip address) ; and entering the username and password I get the result:
UNKNOWN: Login to VirtualCentre server failed: Error: Server version unavailable at 'https://(Ip Address)/sdk/vimService.wsdl'
I've installed the Perl API as per these instructions on the Nagios server:
http://www.vmware.com/support/developer ... nstall.pdfThis is a single ESX 3.5 Update 2 host with no Virtual Centre. Is it possble to retrieve basic parameters from a single ESX server, eg. CPU, Memory, Datastores and Hardware working OK?
Any advice?
This is a tail of /usr/local/nagios/var/nagios.log
[1259292752] SERVICE ALERT: esx;VMWare: Memory;CRITICAL;SOFT;1;(Return code of 127 is out of bounds - plugin may be missing)
Running the script as follows: ./check_vmware --server=[IP Address] --report=memory ; and manually entering the username and password, returns:
Perf stats not available at required interval (300s) or invalid instance.
-EDIT-
I recompiled the nagiod plugins with perl modules, and restarted Nagios. Still no luck, the error is the same as before.