This file is a Management Server property file and has the J2SE property file format.
This file defines the logical server that sends the Management event, the Management Server to which the event is sent, and the file that contains the list of message IDs to be reported.
The following table describes the keys that you can specify, their contents, and the default values used when the specification is omitted:
Key name | Contents | Default value |
---|---|---|
manager.mevent.send.host | Specify the host to which the event is to be sent. Specify the host name or IP address of the Management Server to which the Management event is to be sent. You can use alphanumeric characters and symbols. When this property is not specified, the Management event is not issued. | None |
manager.mevent.send.port | Specify the port to which the event is to be sent. Specify an integer from 1 to 65535 for the HTTP port number of the Management Server to which the Management event is to be sent. When this property is not specified or when the specification is invalid, the Management event is not issued. | None |
manager.mevent.logical_server_name | Specify the name of the logical server that issues the Management event. You can use alphanumeric characters and symbols. When this property is not specified, the Management event is not issued. If you specify a logical server name that does not exist, the Management event is ignored. | None |
manager.mevent.send.timeout | Specify the send timeout. Specify an integer from 10 to 600 (units: seconds) for the time period of awaiting a response from the Management Server, when a Management event is issued. When there is no response within the specified time period, it is considered as Management event issue failure. | 90 |
manager.mevent.retry.limit | Specify the resend time limit. Specify an integer from 0 to 86400 (units: seconds) for the time limit for resending the Management event in the case of failure in issuing a Management event. The issuing of the Management event is repeated at resend intervals specified in the manager.mevent.retry.interval key, until the issue of the event is successful, or until the time specified in this key lapses. If you specify 0, the Management event is not resent. | 0 |
manager.mevent.retry.interval | Specify an integer from 1 to 86400 (units: seconds) for the interval after which the Management event will be resent. | 10 |
manager.mevent.message_id.list | Specify the message ID list file (as an absolute path) to be used for issuing the Management events. When the specified file is invalid, Management events are not issued. When omitted, the message ID registered in the default message ID list file is sent as Management event. For more details on the message ID list file for issuing the Management events, see 10.13 Message ID list file for issuing Management events. | None |
manager.mevent.send.max | Specify an integer from 1 to 1000 for the maximum number of Management events that can be concurrently issued. | 10 |
manager.mevent.sender.bind.host | Specify the local address (host name or IP address) to be used when sending the Management event. You can use alphanumeric characters and symbols. When omitted, a local IP address is randomly allocated. | None |
To create this file, see the following sample of the property file for issuing Management events.