This is a discussion on Unable to Generate Traps on Processes, etc... within the SNMP Users forums, part of the Networking and Network Related category; Hi! I have a Redhat 9 server with net-snmp 5.0.9 installed. I'm trying to automatically generate ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi! I have a Redhat 9 server with net-snmp 5.0.9 installed. I'm trying
to automatically generate traps if a process dies or disk becomes too full, etc... but can't seem to do it. I've read the man pages and other documentation until I'm blue in the face but it still doesn't seem to work. My snmpd.conf file is as shown: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # This file defines the configuration of the net-snmp agent. # System Configuration syslocation <my work> syscontact <my email> sysname <hostname> sysdescr RADIUS/NTP/TFTP Server rwcommunity <secret> rocommunity <secret> # Trap Configuration authtrapenable 1 trapcommunity public trapsink <ip_addr1> trapsink <ip_addr2> trapsink <ip_addr3> informsink <ip_addr1> informsink <ip_addr2> informsink <ip_addr3> # Directives proc radiusd 1 1 proc mysqld 1 1 proc ntpd 1 1 disk / 90% disk /boot 35% load 25 10 5 # Trap Generation agentSecName internal rouser internal defaultMonitors yes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cold start traps are received if the snmpd service is restarted, but if I kill a monitored process (e.g. ntpd), nothing happens. Any help is GREATLY appreciated!! David =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any reproduction, dissemination or distribution of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Tellabs =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=...720&dat=121642 _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |