Random Project

VMWare

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

Showing 25-36 of 74 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
I've written this plugin just to discover how many Snapshot are active on our virtual infrastructure. The body of the mail will contains: - the…
This scripts checks the status of the NTP daemon on a specified ESX host. Status is OK if the NTP client is running, and CRITCAL…
This script checks for the installation of VMware Tools on a guest VM. The status is OK if VMware Tools is installed, and CRITICAL if…
The script was inspired by "minuti_keytech"'s script check_esx_snapshot. Usage: $0 [esxi_hostname] [warn] [crit] [snapage] where [warn] and [crit] are the allowed numbers of snapshots and…
Nagios script for checking the existence of orphaned snapshots. - Tested with ESXi 5.1, but should work with any 4.x or 5.x. - Doesn't require…
To Do / Wish List Here is a list of items that are going to be addressed sometime in the future: * Look at the…
Powershell script to Check available size on datastore on VMWare ESX using NRPE and NSclient++
check_vmware_esx.pl =================== check_vmware_esx.pl - a fork of check_vmware_api.pl General ------- Why a fork? According to my personal unterstanding Nagios, Icingia etc. are tools for a)…
The script should work with any version of vmware esx/esxi (tested on esx 3.5/4.0/4.1). on early version you have to create an alias for vim-cmd…
In commands.cfg you can add, by example: define command{ command_name check_vmfs command_line $USER1$/check_vmfs.sh -V $ARG1$ -w $ARG2$ -c $ARG3$ -u $ARG4$ } And in services.cfg…