Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAP monitoring updates 3 #225

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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