Jan 2, 2020 | SNMP category, Virtualization
#!/bin/bash # Cor van Wandelen # percentage memory used on VMware host if [ $# -eq 0 ] || [ $# -eq 1 ] then echo “Syntax: ” exit -1 fi USED=`snmpwalk -v2c -c $2 $1 1.3.6.1.2.1.25.5.1.1.2 | cut -d ‘ ‘ -f4 | paste -sd+ | bc` TOTAL=`snmpwalk -v2c...Jan 8, 2018 | Enterprise, SNMP category
Enterprise policy with SNMP modules for VMware ESXi 5 hosts. This policy provides following modules: VMware_ESXi_5_SNMP Device name Device uptime Disk partitions ESXi Version Memory Virtual Machines VMWare Build Files: Only enterprise users can view the download...Jan 8, 2018 | Enterprise, SNMP category
Enterprise policy with SNMP modules for VMware ESX hosts. This policy provides following modules: VMware_ESX_SNMP CPU DataStores Device name Device uptime ESXi Version Interfaces Memory Virtual Machines VMWare Build Files: Only enterprise users can view the download...Dec 19, 2017 | Network Monitoring, SNMP category
Plugin for SNMP discovery of VMware ESXi 5 modules Files: VMware_ESXi_5_SNMP_discover.pspz2...Dec 19, 2017 | Network Monitoring, SNMP category
Plugin for SNMP discovery of VMware ESX modules Files: VMware_ESX_SNMP_discover.pspz2...