[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring Monitoring Agent
Tasks to configure Monitoring Agent are:
Configuring Properties
The properties for Monitoring Agent determine the
behavior of the application. The default values allow the Monitoring
Agent application to operate, but you can specify different timeout
values, device names, or RADIUS ports.
To configure properties for Monitoring Agent:
- On the server host, log in as root or as an authorized
nonroot admin user.
- Verify that Monitoring Agent is not running. (See Displaying Monitoring Agent Status and Stopping Monitoring Agent).
- With a text editor, edit the /opt/UMC/monAgent/etc/ma_default.properties file.
See Monitoring Agent Properties.
- Save the file.
- Start Monitoring Agent for the changes to take effect.
(See Starting Monitoring Agent).
Monitoring Agent Properties
With a text editor, you can configure the following
properties for Monitoring Agent.
MonAgent.capture.devices
- Space-delimited list of devices where packets are captured.
When this list is empty, packets on all available interfaces are captured.
- Value—Text string in the format <interfaceName>
<interfaceName>
- <interfaceName> identifies the network interface on
the host where the Monitoring Agent application is running.
- Default—Empty
- Example—dmfe0 dmfe1
MonAgent.capture.pool
- Maximum number of concurrent event handlers.
- Value—Integer in the range 0-2147483647
- Default—8
MonAgent.timeout
- Time to keep an event handler alive for reuse.
- Value—Number of seconds in the range 0-2147483647
- Default—300
MonAgent.event.timeout
- Time to wait before discarding failed events.
- Value—Number of seconds in the range 0-2147483647
- Default—300
MonAgent.event.retry_time
- Time to wait before retrying failed events.
- Value—Number of seconds in the range 0-2147483647
- Default—30
MonAgent.dhcp.packet.forward
- Controls the attachment of the whole packet to the notification.
- Value
- true—Enables the attachment of the packet.
- false—Disables the attachment of the packet.
- Default—true
MonAgent.dhcp.enable
- Controls the monitoring of DHCP messages.
- Value
- true—Enables the monitoring of DHCP messages.
- false—Disables the monitoring of DHCP messages.
- Default—true
MonAgent.radius.enable
- Controls the monitoring of RADIUS messages.
- Value
- true—Enables the monitoring of RADIUS messages.
- false—Disables the monitoring of RADIUS messages.
- Default—true
MonAgent.radius.port
- UDP port on which RADIUS accounting messages are expected.
- Value—Integer; valid port number in the range 1–65535
- Default—1813
MonAgent.radius.server
- Controls the monitoring of RADIUS packets by the pseudo–RADIUS
server on the RADIUS accounting port. If you enable the pseudo–RADIUS
server, you must also set MonAgent.radius.enable=true.
- Value
- true—Enables the pseudo RADIUS server to receive
RADIUS packets.
- false—Disables the pseudo RADIUS server from receiving
RADIUS packets.
- Default—false
MonAgent.radius.secret.<IP address>
MonAgent.ttl
- Time to wait for a detected IP address.
- Value—Number of seconds in the range 0-2147483647
- Guidelines—This timeout value should be larger than
the interim update interval; we recommend twice the value.
- Default—1800
Configuring NIC Proxy
To configure a NIC proxy for the Monitoring Agent
application, see Overview of NIC Proxy Configuration.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]