1title		Trap Handlers
2description	Here we define what programs are run when a trap is
3description	received by the trap receiver.
4
5token	    traphandle
6info	    When traps are received, a program can be run.
7info	    When traps are received, the list of configured trap
8info	    handles is consulted and any configured program is run.
9info	    If no handler is found, any handler with "default" as the
10info	    traphandle type is run instead.  The information contained
11info	    in trap is passed to the program via standard input (see
12info	    the snmptrapd.conf manual page for details).
13info	    #
14info	    arguments: oid|"default" program args
15question 1  The oid of the trap you want to handle.
16question 2  The program you want to run  If the program is a script, specify the script program first (ie /bin/sh /path/to/script).
17question 3  Arguments that you want passed to the program
18