These are the common steps to install the snmp library’s on your CentOs box.
I put it up just since I always forget the snmpconf command.
yum install net-snmp
yum install net-snmp-utils
snmpconf -g basic_setup
This will generate tyou’re /etc/snmp/snmpd.conf
Don’t forget to :
chkconfig snmpd on
service snmpd start
While at it , here’s some good commands regarding chkconfig:
chkconfig –list [name] [all is the one I'm using the most] chkconfig –add name chkconfig –del name chkconfig [--level levels] name <on|off|reset> chkconfig [--level levels] name