Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_esxvm

Rating
0 votes
Favoured:
0
Hits
97580
Files:
FileDescription
check_esxvm.pl4.43 kB
Nagios CSP

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!
This perl script check the state of the Virtual Machines defined on an ESX server.
The goal of this project is to monitor what Virtual Machines are running onto an ESX server. You can Blacklist some VMS you don't want to monitor (the ones that are present but not running).

The output of the command will be something like:
VMs WARNING - List of VMs: VM-Linux-1.vmx : off (KO) / VM-Linux2.vmx : on (OK)

This script is written in perl and can easily be adapted and enhanced.

This script has to be launched locally on the ESX server (using NRPE for instance). To install NRPE on an ESX 3 host, you will need some development rpms (openssl-devel-0.9.7a.33.17, zlib-devel-1.1.4-8.1 and krb5-devel-1.2.7-47).