Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Nikola_Simeonov
Advisor
Advisor
0 Kudos

Overview


You can now use the available alerting functionality to receive alerts for applications locally in your on-premise system. For example, you can extend your on-premise application located in the corporate network to show alerts for critical or warning metrics of an application or to take self-healing actions.

The alerting functionality is currently available for the SAP BTP, Neo environment. You need to use the Alerting Channels REST API to configure the channel for receiving such alert notifications. In addition, you need to configure a cloud connector and a destination for the connection from the cloud to the on-premise system.

Process Flow





  1. SAP Monitoring service receives a notification when a critical, warning, or recovery metric is detected.
    For example, the application’s response time has reached the critical threshold.

  2. SAP Monitoring service sends an alert to the Cloud-to-OnPremise application on the cloud.

  3. The Cloud-to-OnPremise application sends the alert to Cloud Connector through a secure tunnel.
    The Cloud-to-OnPremise application receives notifications from SAP Monitoring service and acts as a proxy for the on-premise system.

  4. The Cloud Connector redirects the alert to the on-premise Cloud-to-OnPremise application.

  5. The on-premise Cloud-to-OnPremise application stores the alerts in the Client On-Premise System as a JSON file.
    That way you can implement your client on-premise system to process the received JSON file according to your needs.


Implementation


To configure and test this scenario, please use the tutorial Receive Alerts in Your On-Premise System Using Java Web Tomcat 8. Although the tutorial explains the configuration in Java Web Tomcat 8 runtime, you can change and adopt it to match with your runtime.

Related Information


Alerting Channels REST API

Alerting in SAP Monitoring Service