ESX Wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Koobal
Posts: 20
Joined: Mon Sep 03, 2012 7:26 am

ESX Wizard

Post 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...
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: ESX Wizard

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Koobal
Posts: 20
Joined: Mon Sep 03, 2012 7:26 am

Re: ESX Wizard

Post 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...
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ESX Wizard

Post by scottwilkerson »

What is the version of the ESX servers it isn't working on?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: ESX Wizard

Post 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.
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
Koobal
Posts: 20
Joined: Mon Sep 03, 2012 7:26 am

Re: ESX Wizard

Post 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.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: ESX Wizard

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Koobal
Posts: 20
Joined: Mon Sep 03, 2012 7:26 am

Re: ESX Wizard

Post by Koobal »

ok i'm waiting for you. Thanks
Koobal
Posts: 20
Joined: Mon Sep 03, 2012 7:26 am

Re: ESX Wizard

Post by Koobal »

Hello,
Have you find something about that please ?
Thanks, Regards
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: ESX Wizard

Post 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?
Locked