Table of Contents
Enable SNMP Monitoring
- Turn on SSH
- Login
- Navigate to Configuration
- Click on Security Profile
- Go to Properties
- Enable SSH
- SSH into server
- edit /etc/vmware/snmp.xml
- vi /etc/vmware/snmp.xml
- hit "i" to insert text
Edit the config to mimic the following configurations:
<config> <snmpSettings> <enable>true</enable> <communities>community</communities> <port>161</port> <targets>server.fqdn.local/communities</targets> </snmpSettings> </config>
- hit Esc, then :w to write changes
- hit Esc, then :q to exit
Restart SNMP Services
services.sh restart