Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This plugin will catch used and free RAM memory via SNMP the from an VMWare ESX Server, tested with VMware ESXi, 6.7.0 Model: ProLiant DL360 Gen10 64 Cores Make sure that the script is fetiching the right DATA. You can test it with the following command: snmpwalk -m ALL -c public -v 2c myhost.mydomain .1.3.6.1.2.1.25.2.3.1.5.15 snmpwalk -m ALL -c public -v 2c myhost.mydomain .1.3.6.1.2.1.25.2.3.1.6.15 HOST-RESOURCES-MIB::hrStorageDescr.15 .1.3.6.1.2.1.25.2.3.1.3.15 STRING: Real Memory HOST-RESOURCES-MIB::hrStorageSize.15 .1.3.6.1.2.1.25.2.3.1.5.15 HOST-RESOURCES-MIB::hrStorageUsed.15 .1.3.6.1.2.1.25.2.3.1.6.15 MIB FILE /usr/share/snmp/mibs https://kb.vmware.com/s/article/1013445
Current Version
1.0
Last Release Date
2019-07-31
Owner
Mattia Pezzetta
Download URL
https://drive.google.com/file/d/1SEsXHwGNYfFOu5KbGU31P6MlbirM7kC3/view?usp=sharing
License
GPL
Compatible With
SYNTAX: ./check_esx_mem_snmp <hostname> <SNMPCommunity> <warning> <critical>"
EXAMPLE ./check_esx_mem_snmp myhost.mydomain public 90 95
Description: This plugin will catch used and free RAM memory via SNMP the from an VMWare ESX Server, tested with VMware ESXi, 6.7.0 Model: ProLiant DL360 Gen10 64 Cores Make sure that the script is fetiching the right DATA. You can test it with the following command:
snmpwalk -m ALL -c public -v 2c myhost.mydomain .1.3.6.1.2.1.25.2.3.1.5.15
snmpwalk -m ALL -c public -v 2c myhost.mydomain .1.3.6.1.2.1.25.2.3.1.6.15
HOST-RESOURCES-MIB::hrStorageDescr.15 .1.3.6.1.2.1.25.2.3.1.3.15 STRING: Real Memory HOST-RESOURCES-MIB::hrStorageSize.15 .1.3.6.1.2.1.25.2.3.1.5.15 HOST-RESOURCES-MIB::hrStorageUsed.15 .1.3.6.1.2.1.25.2.3.1.6.15
MIB FILE
/usr/share/snmp/mibs
https://kb.vmware.com/s/article/1013445
Created: 2019-07-31 Author : Mattia Pezzetta based on Thibaut Ploquin work "check_hpux_mem", based on Alain van der Heiden & Remco Hage works "check_snmp_hpux_mem"
Changes: 2019-07-31 Udate description
Congratulations mpezzetta! Great plugin. It worked perfectly with our VMware ESXi, 6.7.0 in ProLiant BL460c Gen8 32 cores servers. Simple and effective, recommended to anyone that needs to monitor memory usage from ESXi. We're also using check_esx_cpu_snmp from mpezzetta to monitor memory usage. You can consider include it in github so the community can help to improve it.
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!