Entering content frame

Background documentation Availability Monitor Locate the document in its SAP Library structure

Usage

A performance monitor that monitors a Boolean value (a value used to monitor the availability of a resource).

·        In the monitor-configuration.xml this monitor is specified in the following way:

<availability-monitor name="AvailabilityMonitor" configuration-group="AvailabilityValue">

   <monitored-resource name="TestMonitorMBean:j2eeType=SAP_TestMonitor_MBeans" type="MBEAN"/>

   <availability-attribute-mapping>

      <availability-attribute>

         <observed-resource-attribute name="Availability"/>

      </availability-attribute>

   </availability-attribute-mapping>

</availability-monitor>

 

·        The method returning the monitored value is:

public boolean getAvailability ();

 

·        The representation in the monitoring tree:

This graphic is explained in the accompanying text

·        The representation in the Monitoring Service runtime viewer:

This graphic is explained in the accompanying text

Leaving content frame