Page 1 of 2

ESX Wizard

Posted: Wed Sep 26, 2012 3:17 am
by Koobal
Hi,
I tried to supervise my ESX with the WMware Wizard, based on the check_esx3.pl script.
It works fine for 75% of my ESX server, but for the other 25% , i have the following error :
Vm-NAgios.JPG


The thing is that there is nothing who can make difference between the ESX in error and the ESX OK.
There are in the same version of ESX (4.1), in the same network. ESX ok, and ESX in error can be in the same cluster or not. (I have both).
All ports are open between the NagiosXi server and the ESX.

When I try to execute the command in the nagios server :
Vm-NAgios2.JPG

First I was thinking that was cause by a certificate issue, but the other ESX wich are working have the same certificate issue.

I'm a little lost...

My NagiosXI is on a VM, installed by the VM image. I'm running the 2011 R3 version. I have no proxy.

Thanks for your help, and sorry for my english...

Re: ESX Wizard

Posted: Wed Sep 26, 2012 8:24 am
by lmiltchev
Open the "check_esx3.pl" in a text editor, and add the following line right after the first perl line:

Code: Select all

$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
Save and run the check from the command line to verify it is working.

Hope this helps.

Re: ESX Wizard

Posted: Wed Sep 26, 2012 10:23 am
by Koobal
I tried but it doesn't change the result.
The point is that it works on some ESX and don't work on other... which have the same configuration...

Re: ESX Wizard

Posted: Wed Sep 26, 2012 1:26 pm
by scottwilkerson
What is the version of the ESX servers it isn't working on?

Re: ESX Wizard

Posted: Wed Sep 26, 2012 1:43 pm
by BanditBBS
Did you check the firewall/ports on the ESX Hosts it isn't working on? I know its silly, but I had to change that only on some of my hosts.

Re: ESX Wizard

Posted: Thu Sep 27, 2012 2:47 am
by Koobal
I have the same version on ESX wich are working and wich are not, they are all in ESX 4.1.0 260247.
The FW is not active, i made some test with a telnet on concerned ports. Network is ok...
Thanks for you replies.

Re: ESX Wizard

Posted: Thu Sep 27, 2012 1:49 pm
by lmiltchev
I am not sure what the issue could be. We will have to do some more testing, and digging into this. We will get back to you as soon as we find a possible solution.

Re: ESX Wizard

Posted: Fri Sep 28, 2012 8:17 am
by Koobal
ok i'm waiting for you. Thanks

Re: ESX Wizard

Posted: Tue Oct 02, 2012 8:28 am
by Koobal
Hello,
Have you find something about that please ?
Thanks, Regards

Re: ESX Wizard

Posted: Tue Oct 02, 2012 9:45 am
by mguthrie
Are you able to access this web address on the ESX server that isn't working?
[url]https://<esx_server>/sdk/vimService.wsdl[/url]

Is the https port (443) being blocked somewhere?