This is what I configured on vCenter OS (5.5. but it should be very similar)
cat > /etc/snmp/snmpd.conf << EOF
syslocation xxx
syscontact xxx
rocommunity public xxx
EOF
cat >> /etc/hosts.allow << EOF
snmpd: ALL : ALLOW
EOF
chkconfig snmpd on
/etc/init.d/snmpd start
These are my configured SNMP sensors on vCenter server. (via prtgshell PowerShell module)
Get-PrtgDeviceSensors -DeviceId 2089 | Select-Object -Property Sensor
sensor
------
PING vcenter
Disk Free: /
Disk Free: /storage/core
Disk Free: /storage/log
Disk Free: /storage/db
Load Avg
Meminfo
CPU Load
Edit from Paessler Support: Removed the private information
Add comment