Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
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 " 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 SYNTAX: ./check_esx_mem_snmp " EXAMPLE ./check_esx_mem_snmp myhost.mydomain public 90 95 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: