Page 1 of 1

VMWare/ Xenserver Monitoring

Posted: Tue Mar 05, 2013 11:50 am
by 455157
How does Nagios XI get data from VMWare and Xenserver?

Does it use the API's?

Thanks.

Re: VMWare/ Xenserver Monitoring

Posted: Tue Mar 05, 2013 12:24 pm
by abrist
There may be some plugins that use the APIs, while others use snmp or actual agents.
For Xen plugins: http://exchange.nagios.org/index.php?op ... chword=xen
For VMWare/esx plugins: http://exchange.nagios.org/index.php?op ... ord=vmware
And: http://exchange.nagios.org/index.php?op ... chword=esx

Re: VMWare/ Xenserver Monitoring

Posted: Tue Mar 05, 2013 12:43 pm
by 455157
Thank you abrist.

Do you know what the Nagios XI wizard for VMWare uses?

Re: VMWare/ Xenserver Monitoring

Posted: Tue Mar 05, 2013 12:45 pm
by slansing
The VMWare wizard that is included with Nagios XI installations uses the check_esx3.pl plugin. This plugin will be already installed on your XI server at the following directory path:

Code: Select all

/usr/local/nagios/libexec/check_esx3.pl

Re: VMWare/ Xenserver Monitoring

Posted: Tue Mar 05, 2013 12:48 pm
by lmiltchev
It uses the "check_esx3.pl" plugin.

Re: VMWare/ Xenserver Monitoring

Posted: Tue Mar 05, 2013 1:05 pm
by 455157
Thanks for the quick help!

I may've worded my question poorly - does check_esx3.pl utilize the VMWare API to run the checks, or a different method?

I'm not seeing that plugin on Exchange, so didn't see any details there. . .

Re: VMWare/ Xenserver Monitoring

Posted: Tue Mar 05, 2013 1:11 pm
by sreinhardt
Yes it does use the VMware API, and that will have to be installed separately due to licensing, along with a few dependencies.

Re: VMWare/ Xenserver Monitoring

Posted: Tue Mar 05, 2013 1:17 pm
by 455157
Just what I needed, thanks Nagios team.

Re: VMWare/ Xenserver Monitoring

Posted: Tue Mar 05, 2013 1:22 pm
by abrist
Great, best of luck!