Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Basically I took existing check_esx_datastore_snmp and modified it to be able to work with VMware ESXi, 6.7.0, 15160138 and VMware ESXi, 7.0.2, 17867351 Original script link: http://localhost/directory/Plugins/Operating-Systems/%2A-Virtual-Environments/VMWare/check_esx_datastore_snmp/details
Current Version
1.1
Last Release Date
April 29, 2022
Owner
Anze
License
GPL
Compatible With
Check SNMP V2
Check SNMP V3
Basically I took existing check_esx_datastore_snmp and modified it to be able to work with VMware ESXi, 6.7.0, 15160138 and VMware ESXi, 7.0.2, 17867351
Pre-req for enabling SNMP on ESX was the easiest way found over here (btw, I had to enable V2 at first and then V3 on ESXi, otherwise hashes weren't correct): https://www.nakivo.com/blog/a-guide-to-esxi-snmp-configuration-for-esxi-monitoring/
Original script link: http://localhost/directory/Plugins/Operating-Systems/%2A-Virtual-Environments/VMWare/check_esx_datastore_snmp/details
Created: 2021-01-13 Author : Cesar San based on Mattia Pezzetta work "check_esx_mem_snmp", based on Thibaut Ploquin work "check_hpux_mem", based on Alain van der Heiden & Remco Hage works "check_snmp_hpux_mem" Changes: 2021-01-13 First Release Changes: 2022-04-08 Powered by Anze Tomazin
USAGE: V2: SYNTAX: ./check_esx_datastore_snmp_V2 <hostname> <SNMPCommunity> <warning> <critical> <datastore>"
EXAMPLE ./check_esx_datastore_snmp_V2 myhost.mydomain public 90 95 <datastore> ;datastore must be in format "/vmfs/volumes/60...."
V3 SYNTAX: ./check_esx_datastore_snmp_V3 <user> <Authhash password> <Privhash Password> <client IP or FQDN> <warning> <critical> <datastore>"
EXAMPLE ./check_esx_datastore_snmp_V3 <user> <Authhash password> <Privhash Password> myhost.mydomain 90 95 <datastore> ;datastore must be in format "/vmfs/volumes/60...."
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!