Data published for health monitor alerts

When alerts are generated within the health monitor agent (for threshold exceeded, application server down, agent or integration server unexpected termination), the data for the alert is published in XML format.

For threshold exceeded alerts, the XML format is:


<Alert ServiceName="" ServiceType="" Threshold="" Value="" Units=""/>

This XML contains the following attributes:

Table 1. Threshold exceeded alert attributes
Attribute Description
ServiceName The name of the component for which the threshold has been exceeded.
ServiceType The type of the component for which the threshold has been exceeded. This takes one of the following values:
  • APPSERVER
  • API
  • AGENT
  • JMS
Threshold The current threshold limit set for the component.
Value The current value of the statistic that exceeds the threshold value.
Units The unit of measure in which the value and threshold amounts are returned in. This takes one of the following values:
  • Milliseconds
  • PendingTasks
  • Messages

For application server down, agent or integration server unexpected termination alerts, the XML format is:


<Alert ServerName="" HostName="" ServerStartTime=""/>

This XML contains the following attributes:

Table 2. Application server down & agent or integration server termination alert attributes
Attribute Description
ServerName The name of the server that caused the alert.
HostName The application host name on which the server that caused the alert was running.
ServerStartTime The time the server that caused the alert was started.