VMWare/ Xenserver Monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
455157
Posts: 51
Joined: Mon Sep 10, 2012 7:35 pm

VMWare/ Xenserver Monitoring

Post by 455157 »

How does Nagios XI get data from VMWare and Xenserver?

Does it use the API's?

Thanks.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: VMWare/ Xenserver Monitoring

Post 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
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
455157
Posts: 51
Joined: Mon Sep 10, 2012 7:35 pm

Re: VMWare/ Xenserver Monitoring

Post by 455157 »

Thank you abrist.

Do you know what the Nagios XI wizard for VMWare uses?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: VMWare/ Xenserver Monitoring

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: VMWare/ Xenserver Monitoring

Post by lmiltchev »

It uses the "check_esx3.pl" plugin.
Be sure to check out our Knowledgebase for helpful articles and solutions!
455157
Posts: 51
Joined: Mon Sep 10, 2012 7:35 pm

Re: VMWare/ Xenserver Monitoring

Post 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. . .
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: VMWare/ Xenserver Monitoring

Post 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.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
455157
Posts: 51
Joined: Mon Sep 10, 2012 7:35 pm

Re: VMWare/ Xenserver Monitoring

Post by 455157 »

Just what I needed, thanks Nagios team.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: VMWare/ Xenserver Monitoring

Post by abrist »

Great, best of luck!
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked