summaryrefslogtreecommitdiff
path: root/doc/snmptrap.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snmptrap.texi')
-rw-r--r--doc/snmptrap.texi8
1 files changed, 5 insertions, 3 deletions
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.