Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Your review has been submitted and is pending approval.
This Nagios Plugin gets the size (Kb, Mb, Gb) of the vmfs volumes (datastores) of a VMWare Server Esxi 4, using https. Based on check_vmfs.sh - Check vmfs datastores. But don't need VCLI install just use wget! Warning and critical levels can be set, and plugin gives us perfdata output too, so it can be graphed with graphical tools as pnp4nagios, besides the usual Nagios states (OK, WARNING and CRITICAL).
Current Version
v1
Last Release Date
2013-11-26
Owner
Pacséry Károly
Download URL
https://exchange.nagios.org/wp-content/uploads/project-files/2013/11/check_vmfs_https.sh
License
GPL
Compatible With
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 by example: define service{ use generic-service host_name svrvirtual service_description Espacio Sauron check_command check_vmfs!/vmfs/volumes/Sauron!80!90!Gb }
./check_vmfs_https.sh -C vmware_esxi_conf.txt -S server -V datastore1 -w 10 -c 20 -u Gb CRITICAL - datastore1 - total: 460.75 Gb - used: 229.70 Gb (49%)- free: 231.04 Gb (51%) | datastore1=229.70Gb;46.07;92.15;;460.75
You must be logged in to submit a review.
To:
From: