VMWare

Nagios plugins for monitoring VMWare systems (e.g. ESX).

Showing 37-48 of 74 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
This is just a quick powershell script(my first one infact) that uses the vmrun command from VMware Server 2.0 to check if the server is…
This plugin is to check the no. of snapshots exist in the server Need to do some changes in the script to find the vmsn…
**DEVELOPMENT OF THIS PLUGIN HAS CEASED AS OF 14/6/2014, IF YOU WOULD LIKE TO TAKE OVER THIS PROJECT PLEASE CONTACT THE LISTED EMAIL ADDRESS** Description:…
A couple of Nagios plugins to monitor Cloud Foundry VCAP infrastructure. Note! It is designed for a private cloud built with VCAP. Plugins are written…
This bash scripts checks for checks existence of snapshot on VMware ESXi (currently tested on ESXi 5.0 Update 1). Requirements: + ssh pubic authorized against…
A Powershell script that checks the status of the HA Agents of all hosts within a vSphere VirtualCenter environment. When one or more hosts report…
Technical design uses the VMware command line interface (vCLI) to provide first-level Nagios monitoring and diagnosis; editable control files to specify hosts and services for…
#!/bin/bash if [ $# -lt 1 ] then echo "Aufruf mit: $0 " exit 3 fi # Variablen dekleration LAUF=1 # selbsterklärend MAX=0 # Maximum…