Steve
I see the folks at Groundwork have your new version of check_esx included in there community 5.2.1 version.
# check_esx Version 4.0
#
# Check the status of a virtual machine on a VMware ESX server, via SNMP
# Return status in format for either Nagios or MRTG
#
# Steve Shipway (http://www.steveshipway.org) Nov 2004, Dec 2006, Aug 2007
# Released under GNU GPL
#
# Version 2.0: Added SNMP agent extension to get memory split and ready time
# 2.1: Corrected some bugs. Use >0.01 instead of >0.
# 2.2: corrected opt_r bug, fa bug
# 2.3:
# 2.4: simpler guest names for list report
# 2.5: Thresholds for LIST given more sensible defaults
# Added -a alternate for MRTG/Nagios in MEM and CPU
# 2.6: Final tests under ESX3
# 3.0: Merge in GW additions, change -v to -V to standardise
# 4.0 Complete re-write to use esxtop outpuThey also talk about it in the bookshelf documentation, but it seems to be incomplete.
In the bookshelf documentation they talk about the following files.
Installation
1. Setup the ESX target server(s) for monitoring:
Copy the following files to the /etc/snmp directory on the ESX server to be monitored:vmware-statgen-gw
vmware_statsgen.conf
vmware-stats-gw
defesxtop.cfgWhat do you know about the required files listed above? I can not seem to find them in the community 5.2.1 version.
Jerry Sipes