Configure SNMP Linux

Be careful so do a backup of the snmpd config file.

[root@linux ~]# mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.org

Create a new config file.

[root@linux ~]# nano /etc/snmp/snmpd.conf
rocommunity  public IPMonitorServer
syslocation  "Webserver, WAPNET"
syscontact  [email protected]

Start the snmpd service and set the snmp stratup at boot on

[root@linux ~]# /etc/init.d/snmpd start
[root@linux ~]# chkconfig snmpd on