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

SNMP编程

开发平台:

Unix_Linux

  1. title Agent Operating Mode
  2. description  This section defines how the agent will operate when it
  3. description  is running.
  4. token master
  5. info  Should the agent operate as a master agent or not.
  6. info  Currently, the only supported master agent type for this token
  7. info  is "agentx".
  8. info  #
  9. info  arguments: (on|yes|agentx|all|off|no)
  10. question 1 Should the agent run as a AgentX master agent?
  11. validanswer 1 ^(on|yes|agentx|all|off|no)$
  12. token agentuser
  13. info  The system user that the agent runs as.
  14. info  arguments: name|#uid
  15. question 1 Enter the name of the user that you want the agent to run as
  16. token agentgroup
  17. info  The system group that the agent runs as.
  18. info  arguments: group|#GID
  19. question 1 Enter the name of the group that you want the agent to run as
  20. token agentaddress
  21. info  The IP address and port number that the agent will listen on.
  22. info  By default the agent listens to any and all traffic from any
  23. info  interface on the default SNMP port (161).  This allows you to
  24. info  specify which address, interface, transport type and port(s) that you
  25. info  want the agent to listen on.  Multiple definitions of this token
  26. info  are concatenated together (using ':'s).
  27. info  arguments: [transport:]port[@interface/address],...
  28. question 1 Enter the port numbers, etc that you want the agent to listen to