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 :
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 :
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...
ESX Wizard
ESX Wizard
You do not have the required permissions to view the files attached to this post.
Re: ESX Wizard
Open the "check_esx3.pl" in a text editor, and add the following line right after the first perl line:
Save and run the check from the command line to verify it is working.
Hope this helps.
Code: Select all
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: ESX Wizard
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...
The point is that it works on some ESX and don't work on other... which have the same configuration...
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: ESX Wizard
What is the version of the ESX servers it isn't working on?
Re: ESX Wizard
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.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: ESX Wizard
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.
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
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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: ESX Wizard
Hello,
Have you find something about that please ?
Thanks, Regards
Have you find something about that please ?
Thanks, Regards
Re: ESX Wizard
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?
[url]https://<esx_server>/sdk/vimService.wsdl[/url]
Is the https port (443) being blocked somewhere?