Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
VMWare ESX guest status checks
Owner
Website
Hits
116640
Files:
File | Description |
---|---|
check_snmp_vmware_cpu | Checks the CPU usage on a VMware ESX host |
check_snmp_vmware_gueststatus | Checks the power and OS status of guest VMs |
check_snmp_vmware_memory | Reports the network throughput on a specified VMware interface |
check_snmp_vmware_netio | Checks whether or not the ESX VM Kernel is loaded |
check_snmp_vmware_vmkernel | Unknown Tag: 'FileDesc5' |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
These plugins were developed by Altinity as part of Opsview software (http://www.opsview.org). Plugin development was sponsored by GotVMail (http://www.gotvmail.com).
These checks are written in perl and use snmp (via perl Net::SNMP module) to query the VMWare ESX server for different aspects of the guest OS's.
These checks are written in perl and use snmp (via perl Net::SNMP module) to query the VMWare ESX server for different aspects of the guest OS's.
Reviews (2)
bynicola.sarobba, May 27, 2010
This script is buggy. I have 9 virtual machines on my hosts and the 9th as the SNMP index 416 in the table.
The code to get the id of a machine makes the assumption that there are a 1:1 relation between the number of machines and the SNMP index.
This is the same bug present in check_snmp_cisco_ifstatus.
As stated above try this script instead: https://secure.opsera.com/svn/opsview/trunk/opsview-core/nagios-plugins/check_snmp_vmware_cpu
Beware that with ESX 4.0 you have to explicitly activate the OID 1.3.6.1.4.1.6876 and if you have already Net-SNMP running your task is to make the two SNMP agents coexist.
The code to get the id of a machine makes the assumption that there are a 1:1 relation between the number of machines and the SNMP index.
This is the same bug present in check_snmp_cisco_ifstatus.
As stated above try this script instead: https://secure.opsera.com/svn/opsview/trunk/opsview-core/nagios-plugins/check_snmp_vmware_cpu
Beware that with ESX 4.0 you have to explicitly activate the OID 1.3.6.1.4.1.6876 and if you have already Net-SNMP running your task is to make the two SNMP agents coexist.
bycorshamjim, May 12, 2010
1 of 1 people found this review helpful
I found these plugins very easy to use thank you. Some reliability problems with a couple of them though. I have found more recent versions are available at https://secure.opsera.com/svn/opsview/trunk/opsview-core/nagios-plugins/ which so far seem to be better.