Page 1 of 2

Nagios ESXi hard drive check

Posted: Wed Dec 21, 2016 1:07 pm
by Nagios_Admin_M
Hi,

I would like to performance an ESXi hard drive test. I would like get the following data:
STATUS, POWER SUPLY, Usage, etc.

There is no data storage connected to the ESXi.

Thank you in advance.

Re: Nagios ESXi hard drive check

Posted: Wed Dec 21, 2016 5:28 pm
by mcapra
Have you investigated the box293_check_vmware plugin? It's quite comprehensive:
https://exchange.nagios.org/directory/P ... re/details

I'm not certain if it will return specific power information for disks, but it does return some performance metrics.

Re: Nagios ESXi hard drive check

Posted: Thu Dec 22, 2016 6:21 am
by Nagios_Admin_M
This plugin doesn't work on Nagios box, but on ESXi server. Is there a one which is a Nagios addon and do not requires ESXi installation ?

Re: Nagios ESXi hard drive check

Posted: Thu Dec 22, 2016 2:30 pm
by rkennedy
It does work on the Nagios machine, however in order to poll for data you must install pre-reqs on the ESX machine.

As for what you're after, this sounds like it might be possible if your hardware vendor supports SNMP at a hardware / remote access layer since it doesn't pertain to VMware.

Re: Nagios ESXi hard drive check

Posted: Tue Jan 17, 2017 5:40 am
by Nagios_Admin_M
Is there a plugin which doesn't require VMware installation ?

Re: Nagios ESXi hard drive check

Posted: Tue Jan 17, 2017 11:13 am
by rkennedy
There is not. The exception is what I mentioned above -

Code: Select all

As for what you're after, this sounds like it might be possible if your hardware vendor supports SNMP at a hardware / remote access layer since it doesn't pertain to VMware.

Re: Nagios ESXi hard drive check

Posted: Tue Mar 21, 2017 9:55 am
by Nagios_Admin_M
Hey,

After a brief review I understood that, the plugin must be installed on vMa and then it gets data through vCenter. Is it optional to use it directly between Nagios and VmWare ESXi ?

Re: Nagios ESXi hard drive check

Posted: Tue Mar 21, 2017 10:34 am
by mcapra
You could do that, but it's really really not recommended to run the vMa server on the same machine as Nagios XI. You'll, at a bare minimum, take a huge performance hit. At worst, you could create a situation with conflicting Perl modules.

Re: Nagios ESXi hard drive check

Posted: Tue Mar 21, 2017 10:57 am
by Nagios_Admin_M
I won't use it in my scenario than. Is there a possibility to install NRPE++ client on the ESXi server ? It could get the service information that I would really need.

Re: Nagios ESXi hard drive check

Posted: Tue Mar 21, 2017 2:13 pm
by avandemore
You would probably have better luck using NCPA since basically it's only dependency is python and can run active or passive checks on behalf of your Nagios install.

https://www.nagios.org/ncpa/help.php
https://assets.nagios.com/downloads/ncp ... g_NCPA.pdf
https://assets.nagios.com/downloads/nag ... ios-XI.pdf