Entering content frame

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

Usage

A non-performance monitor that monitors a ConfigurationList (some configuration parameters of a particular component).

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

<configuration-monitor name="Configuration Info" configuration-group="J2EE Configuration Attribute">

   <monitored-resource name="com.sap.jmx.monitoring.examples.MyConfigResourceMBean" type="APPLICATION"/>

   <configuration-attribute-mapping>

      <configuration-attribute>

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

      </configuration-attribute>

   </configuration-attribute-mapping>

</configuration-monitor>

·        The method returning the monitored configuration is:

public com.sap.jmx.monitoring.api.ConfigurationList getConfigurationParameters();

·        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