Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
stamatisl
If you are running ESX 6.5, please change line #7790:
-$url2connect = "https://" . $url2connect . "/sdk/webService";
+$url2connect = "https://" . $url2connect . "/sdk/vim.wsdl";
-$url2connect = "https://" . $url2connect . "/sdk/webService";
+$url2connect = "https://" . $url2connect . "/sdk/vim.wsdl";
bystamatisl, March 24, 2016
I have the same bug and i've changed line 52 from this:
re = /^\s*(\d*).\|--\s*(\S*).*?(\d*?.\d*?)%\s*.*?\d\s+(.*?)\s.*?$/
to this:
re = /^\s*(\d*).\s*(\S*).*?(\d*?.\d*?)%\s*.*?\d\s+(.*?)\s.*?$/
Everything it's working now!
re = /^\s*(\d*).\|--\s*(\S*).*?(\d*?.\d*?)%\s*.*?\d\s+(.*?)\s.*?$/
to this:
re = /^\s*(\d*).\s*(\S*).*?(\d*?.\d*?)%\s*.*?\d\s+(.*?)\s.*?$/
Everything it's working now!