1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
snmptrapfmt for DEBIAN
----------------------
snmptrapfmt is an upgrade path to the obsolete debian package snmptraplogd.
Snmptraplogd was developed in earlier days as the debian snmpd package did
not provide (or at least did not start) a snmptrapd. Therefore snmptraplogd
had all the code to receive traps itself and to format it. Now the debian
snmpd package has its own snmptrapd and only the formatting has to be done.
Snmptrapfmt offers the formatting functionality as snmptraplogd did but does
no longer conflict with package snmpd. Instead it depends on snmpd now.
To achieve this snmpd is configured to call snmptrapfmthdlr. This small
program is called for each trap by default. You could configure it to be
called only for selected traps.
The trap data is then forwarded to a local pipe from which snmptrapfmt
picks it up and does further processing.
See also: SNMPTRAPFMTHDLR(8) SNMPTRAPFMT(8)
Bernd Schumacher <bernd.schumacher@hp.com> Fri, 4 May 2001 21:09:39 +0200
|