traphandle
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

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