I would like to monitor a RHEL / Centos 5.1 system. I'm interested in seeing CPU utilization, Mem utilization, disk utilization, running processes, and RAID errors. I would also like to get traps when certain processes start or stop, when disk utilizatoin exceeds a point, and when the size of certian files get too big.
I assume the correct way to do this is via SNMP. I'm no SNMP expert, but I hacked together a snmpd.conf that kinda works. I'm getting some of the utilization info. I'm also getting traps when I start and stop the SNMPD, but no other traps I tried to set up. Also I would like to make sure my SNMP access is secure. I imagine that means SNMPv3. Could some one check out my snmpd.conf and tell me what I'm doing wrong? This is hacked together form the snmpconfig command and other stuff I found on the net.. Thanks Code: sysservices 76 rouser maxxian rocommunity maxxian proc httpd 1 1 disk / 80% load .1 .1 .1 file /root/monitoredfile 1000000 trapsink 192.168.1.211 maxxian trap2sink 192.168.1.211 maxxian informsink 192.168.1.211 maxxian trapcommunity maxxian authtrapenable 1 access notConfigGroup "" any noauth exact mib2 none none view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=19680#19680 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
