Start of Content Area

Process documentation Go and Create  Locate the document in its SAP Library structure

Instructions for starting development are available for the following areas:

Creating a Data Supplier for the Alert Monitor

To instrument an ABAP component for display in the Alert Monitor, develop a corresponding Data Suppliers (see Concept of the Monitoring Architecture). As a possible starting point, there is example code available to you for monitoring performance data in Creating a Data Supplier for the CCMS Alert Monitor.

Reporting Monitoring Data Using XML Documents

You can also create the desired monitoring data using XML documents that are transferred to the monitoring infrastructure. As an introduction to transferring the XML documents simply, example code is available for a Java HTTP client, among other things. You can also find examples of the XML documents themselves in the below document.

To download the relevant document, start the SAP Developer Network (http://sdn.sap.com), and go to the SAP Integration and Certification Center Quick Link. Choose Integration Scenarios ® SAP Web Application Server (Technology), and, in the Alerts and Monitoring area, select the BC-XMW interface. Choose the document Interface for Transferring Monitoring Data to the CCMS Monitoring Architecture Using XML Documents. The code mentioned above is in the Appendix.

Creating a Rule-Based Monitor

If you report monitoring data to the monitoring infrastructure with one of the above methods, you should define your own monitor to display this data more clearly. For information about this, see Creating and Changing Monitors. There is also a relevant SAP Tutor available on the SAP Service Marketplace.

To download the SAP Tutor, start the SAP Service Marketplace, and go to the System Monitoring and Alert Management area (http://service.sap.com/monitoring). Choose Education & Workshops, and select the document Creating a Rule-Based-Monitor from the list.

Instrumenting an Application with GRMG

The Generic Request and Message Generator (GRMG) is also available to monitor the availability of components or business processes. To monitor the availability of a new application with the GRMG, develop a corresponding GRMG application. For a corresponding example, see Example Coding for a GRMG Application.

 

End of Content Area