Show TOC Start of Content Area

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

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();

 

 

End of Content Area