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