NAGIOS CORE: HOW TO MONITOR HOST ESX 5.5

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
NAGOWNER92
Posts: 16
Joined: Tue Jun 03, 2014 2:35 am

NAGIOS CORE: HOW TO MONITOR HOST ESX 5.5

Post by NAGOWNER92 »

Good morning,

I would like to monitor ESX Hosts 5.5 but i don't want to use SNMP ?Can anyone help me
User avatar
millisa
Posts: 69
Joined: Thu Jan 16, 2014 11:13 pm
Location: Austin, TX
Contact:

Re: NAGIOS CORE: HOW TO MONITOR HOST ESX 5.5

Post by millisa »

Check out this post:
Tech Tip: Monitoring VMware ESX 3.x, ESXi, vSphere 4 and vCenter Server

It applies to esx5 systems (we use it for 4.x and 5.x vmware systems)
Pay attention to the '--authfile= ' option. You'll want to use it to keep the username/password out of the actual command definition. It's also good to setup a read-only user on the esx server for the plugin to use (don't use your root account).
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NAGIOS CORE: HOW TO MONITOR HOST ESX 5.5

Post by slansing »

Thank you for the post millisa! That is a commonly recommended plugin, paired with the vmware SDK (required). There is also the option of using a vmware VMA and trying out the new Box293 plugin:

http://exchange.nagios.org/directory/Pl ... re/details
NAGOWNER92
Posts: 16
Joined: Tue Jun 03, 2014 2:35 am

Re: NAGIOS CORE: HOW TO MONITOR HOST ESX 5.5

Post by NAGOWNER92 »

I have tried this plugin (box293_check_vmware) and it works on 5.5 Vmware Vcenter but I therefore ask: Is so important the VMA considering that you have only to copy inside che plugin, or i can use even a normal linux machine on my vcenter?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NAGIOS CORE: HOW TO MONITOR HOST ESX 5.5

Post by slansing »

It is highly recommended to use the vMA because it communicates directly with the virtualization host, as is noted in the instruction manual, the creator of the plugin will not be able to offer you any support if you stray from using vMA.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: NAGIOS CORE: HOW TO MONITOR HOST ESX 5.5

Post by Box293 »

NAGOWNER92 wrote:I have tried this plugin (box293_check_vmware) and it works on 5.5 Vmware Vcenter but I therefore ask: Is so important the VMA considering that you have only to copy inside che plugin, or i can use even a normal linux machine on my vcenter?
The vMA appliance includes the VMware SDK already installed with all the pre-requistes to make it work. All the development of this plugins is done on the vMA appliance so I know 100% it will work in any environment.

I will not be able to support people not using the plugin on a vMA appliance.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked