On Fri, 2005-05-20 at 22:13, King, John (Greg) (LMIT-HOU) wrote:
> I have setup snmptrad to record and format incoming traps to a logfile:
> SEC (http://kodu.neti.ee/~risto/sec/) takes this and if a match is found
> executes a perl script
> The forward script takes the ARGuments and based on the
I have setup snmptrad to record and format incoming traps to a logfile:
OPTIONS="-M /tmp -F \"TRAP version=%P host=%A enterprise=%N type=%w
subtype=%q desc=%W varbinds=%v\n\" -a -n -u /var/run/snmptrapd.p id -o
/var/log/traps.log"
SEC (http://kodu.neti.ee/~risto/sec/) takes this and if a match i