monitor ESXi 5 servers

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
orcasa
Posts: 6
Joined: Thu Aug 23, 2012 7:07 am

monitor ESXi 5 servers

Post by orcasa »

I want to monitor ESXi servers, i am using The check that the wizard use. Although , I don't know how to monitor local filesystems ex: /var.

Thanks
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: monitor ESXi 5 servers

Post by slansing »

Are you speaking of the Nagios XI ESX monitoring wizard's check?
orcasa
Posts: 6
Joined: Thu Aug 23, 2012 7:07 am

Re: monitor ESXi 5 servers

Post by orcasa »

Yes , I use the wizard but i don't know What check I have to use
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: monitor ESXi 5 servers

Post by slansing »

Well, the check that the wizard uses in XI is the following:

Code: Select all

./check_esx3.pl -H "HOSTADDRESS"
Are you trying to reproduce what the wizard does in XI, to core?
orcasa
Posts: 6
Joined: Thu Aug 23, 2012 7:07 am

Re: monitor ESXi 5 servers

Post by orcasa »

Yes, I reproduce the checks of the wizard, but the problem is that the wizard hasn't a check to monitor local filesystem ex:/var
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: monitor ESXi 5 servers

Post by jsmurphy »

Short answer: You can't.

Better answer: The ESX wizard is for configuring monitoring of the ESX/vSphere application and will only provide information allowed by VMWare API's. There was a time when you could actually do some dodgy stuff on the ESX shell to get monitoring of the OS, though it did void your service contract. Unfortunately you can't do that sort stuff any more.
Locked