Look what I found …

16 Sep, 2010

Installing SNMP on you CentOS box

Posted by: admin In: CentOS

Here’s how you install snmp on CentOs. I’m putting it up because I always forget the snmpconf command.

yum install net-snmp
yum install net-snmp-utils

snmpconf -g basic_setup

But… Don’t forget to

chkconfig snmpd on

and of course

service snmpd start

By the way , here’s the chkconfig parameters:

chkconfig –list [name]
chkconfig –add name
chkconfig –del name
chkconfig [--level levels] name <on|off|reset>
chkconfig [--level levels] name

I use chkconfig –list all  the most.

Tags:

No Responses to "Installing SNMP on you CentOS box"

Comment Form

About

This is my place. I can do whatever I want here.. Nice.. :-)
My idea is to publish some of the things I come across while searching for solutions that comes in handy in my line of work.
I hope someone out there will be interested..