From b72b60311f60f2e4513e35533db835193a96b86f Mon Sep 17 00:00:00 2001 From: humblejay Date: Sat, 25 May 2024 15:27:18 -0700 Subject: [PATCH] SAP monitoring updates 3 --- .../patterns/specialized/sap/_index.md | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/docs/content/patterns/specialized/sap/_index.md b/docs/content/patterns/specialized/sap/_index.md index 1ff0cb157..5566268b0 100644 --- a/docs/content/patterns/specialized/sap/_index.md +++ b/docs/content/patterns/specialized/sap/_index.md @@ -5,14 +5,14 @@ geekdocCollapseSection: true ## Overview -It is crucial to monitor the resource utilization in order to take timely action. This solution helps in setting up Azure Monitor alerts for SAP on Azure Solution. Action owners will receive email notifications if utilization metrics exceeds set threshold. +Monitoring SAP environment allows timely action and improves reliability and security of the environment. This solution helps in setting up Azure Monitor alerts for SAP on Azure Solution. Action owners will receive email notifications if utilization metrics exceeds set threshold. {{< hint type=note >}} Please do not operate SAP on Azure Solution outside the thresholds provided below. If you ignore alerts for the threshold values below then in case of outage, Azure credits are not provided. {{< /hint >}} **Current Version:** -v0.0.1 (Apr 19, 2024) +v0.0.2 (May 25, 2024) ## Alerts Table @@ -33,6 +33,28 @@ Table below shows the Alerts configured after the deployment. | VolumeConsumedSizePercentage >= 95 | \>=95 (0) | Metric Alerts | 5 min | Default | | VolumeConsumedSizePercentage >= 90 | \>=90 (2) | Metric Alerts | 5 min | Default | | UnhealthyHostCount >=1 | \>=1 (0) | Metric Alerts | 5 min | Default | +| Netweaver [SOAP] SAP Netweaver System Availability | | Metric Alerts | 5 min | Default | +| Netweaver [SOAP] SAP Netweaver Instance Availability | | Metric Alerts | 5 min | Default | +| Netweaver [SOAP] SAP Netweaver EnqueueServer Availability | | Metric Alerts | 5 min | Default | +| Netweaver [SOAP] SAP Netweaver Instance Work Process Utilization | > 70 | Metric Alerts | 5 min | Default | +| Netweaver [SOAP] SAP Netweaver Instance Queue Wait | > 5 | Metric Alerts | 5 min | Default | +| SAP HANA High CPU Usage Percent | > 90 | Metric Alerts | 5 min | Default | +| SAP HANA High Memory Usage Percent | > 90 | Metric Alerts | 5 min | Default | +| Linux OS High CPU usage percent | > 90 | Metric Alerts | 5 min | Default | +| Linux OS High memory usage MB | > 5000 | Metric Alerts | 5 min | Default | +| Linux OS High Disk Read MB per Sec | > 10 | Metric Alerts | 5 min | Default | +| MS SQL Server high CPU usage percent  | > 90 | Metric Alerts | 5 min | Default | +| MS SQL Server high IO write time ms | > 50 | Metric Alerts | 5 min | Default | +| MS SQL Server high blocking time ms | > 50 | Metric Alerts | 5 min | Default | +| MS SQL Server high IO read time ms | > 50 | Metric Alerts | 5 min | Default | +| DB2 Log Usage Percent | > 20 | Metric Alerts | 5 min | Default | +| DB2 CPU Usage Percent | > 20 | Metric Alerts | 5 min | Default | +| DB2 Availability | | Metric Alerts | 5 min | Default | +| DB2 Data Disk filesystem utilization percent | > 80 | Metric Alerts | 5 min | Default | +| DB2 memory utilization percent | > 90 | Metric Alerts | 5 min | Default | + + + ## 📣Feedback 📣