Skip to content

Commit

Permalink
Merge pull request #225 from humblejay/wip-sap-34894
Browse files Browse the repository at this point in the history
SAP monitoring updates 3
  • Loading branch information
JoeyBarnes authored May 29, 2024
2 parents 7d20e53 + b72b603 commit 1203142
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions docs/content/patterns/specialized/sap/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 📣
Expand Down

0 comments on commit 1203142

Please sign in to comment.