From 4528ffa280f93ce64213bd79311dc9d7b3c6a12f Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Sun, 19 Feb 2006 07:16:25 +0000 Subject: [doc] Credit Jeroen Simonetti for contributing snmptrap.texi 2006-02-19 Paul Jakma * quagga.info: update auto-built file. * ChangeLog: Fix old, existing entry for snmptrap.texi addition to credit the author, who got in touch with me. * snmptrap.texi: Add comment line with author's details. --- doc/snmptrap.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/snmptrap.texi') diff --git a/doc/snmptrap.texi b/doc/snmptrap.texi index a80b4d48..31145639 100644 --- a/doc/snmptrap.texi +++ b/doc/snmptrap.texi @@ -1,3 +1,6 @@ +@c Documentation on configuring Quagga and snmpd for SNMP traps +@c contributed by Jeroen Simonetti, jsimonetti@denit.net + @node Handling SNMP Traps @section Handling SNMP Traps @@ -22,6 +25,8 @@ of course also use a dedicated management station to catch traps. Configure the snmptrapd daemon by adding the following line to @file{/etc/snmpd/snmptrapd.conf}: +@c Documentation contributed by Jeroen Simonetti, jsimonetti@denit.net + @example traphandle .1.3.6.1.4.1.3317.1.2.2 /etc/snmp/snmptrap_handle.sh @end example @@ -198,6 +203,3 @@ like sound a siren, have your display flash, etc., be creative ;). # mail the notification echo "$MAIL" | mail -s "$SUBJECT" $EMAILADDR @end verbatim - -@comment contributed by unknown contributer, please contact maintainers -@comment for credit / attribution. -- cgit v1.2.1