HCL Workload Automation, Version 9.4

magent synopsis

The syntax of magent is:

magent -peers <host> [, <host> [,...]] [-timeout <secs> ] [-notraps] [-port <port>]

where:
-peers
For HP-UX agents only. This defines the hosts (names or IP addresses) to which the agent will send its traps. The default is 127.0.0.1 (loopback).
For AIX® agents, the /etc/snmpd.conf file must be modified to define the hosts to which the agent will send its traps. To add another host, for example, duplicate the existing trap line and change the host name:
 # This file contains HCL Workload Automation
 # agent registration.
#
 trap    public host1   1.3.6.1.4.1.736 fe
 trap    public host2   1.3.6.1.4.1.736 fe
-timeout
The rate at which the agent checks its monitored processes, expressed in seconds. The default is 60 seconds.
-notraps
If included, the agent will not generate traps.
-port
For HP-UX agents only. This defines the port address on which this agent responds. The default is 31112.