Instructions for net-snmp install, configure and run below. Using this
on Fedora Core 3 for server vitals...standard Host-Resources probe will
work so no special probe config required...

1) Install with yum -> yum install net-snmp

2) Backup snmpd.conf before you make any changes -> cp
/etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.orig

3) Edit snmpd.conf with your local info (community name, access list
etc)

# Make at least snmpwalk -v 1 localhost -c public system fast again.
#name incl/excl subtree mask(optional) 


view systemview included .1
view systemview included .1


#sec.name source community
com2sec local localhost public
com2sec mynetwork x.x.x.x/32 public
com2sec mynetwork x.x.x.x/24 public


#group.name sec.model sec.name 
group MyRWGroup any local
group MyROGroup any mynetwork



4) restart snmpd -> service snmpd restart

5) Make sure the service starts at boot -> chkconfig snmpd on

Dave.

____________________________________________________________________
List archives:
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to