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 virtual machine power status

Rating
0 votes
Favoured:
0
Last Release Date
2021-07-29
Compatible With
  • Nagios 4.x
  • Nagios XI
Hits
2823
Files:
FileDescription
check_vmpower.pycheck_vmpower.py
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check virtual machine power status
Check if VMWare virtual machine is powered on or off using https://github.com/vmware/vsphere-automation-sdk-python.

Plugin connects to a vcenter and checks the status of a virtual machine using the VMs id.

IDs can be found with the '-l' flag:

python3 check_vmpower.py -u USERNAME -p 'PASSWORD' -s SERVER_IP -l

Once the ID has been identified then check the status with:

python3 check_vmpower.py -u USERNAME -p 'PASSWORD' -s SERVER_IP -i ID