Skip to content

Commit

Permalink
Merge pull request #141 from Mahesh-MSFT/avs-alert-revision
Browse files Browse the repository at this point in the history
Revised the alert threshold and severity
  • Loading branch information
JoeyBarnes authored Mar 6, 2024
2 parents ed53c21 + cb694d7 commit 944829b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/patterns/specialized/avs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ geekdocCollapseSection: true

It is crucial to monitor the resource utilization in order to take timely action. This solution helps in setting up Azure Monitor alerts for Azure VMware Solution Private Cloud. Action owners will receive email notifications if utilization metrics exceeds set threshold.

**Current Version:**
**Current Version:**
v1.0.0 (Mar 4, 2024)

## Alerts Table
Expand All @@ -17,7 +17,9 @@ Table below shows the Alerts configured after the deployment.
| Name | Threshold(s) (Severity) | Signal Type | Frequency | # Alert Rules |
|-----------------------------------|-------------------------|--------------------|-----------------|---------------|
| CPU Usage per Cluster | 80 (2) | EffectiveCpuAverage| Every 5 minutes | 1 |
| CPU Usage per Cluster (Critical) | 95 (0) | EffectiveCpuAverage| Every 5 minutes | 1 |
| Memory Usage per Cluster | 80 (2) | UsageAverage | Every 5 minutes | 1 |
| Memory Usage per Cluster (Critical) | 95 (0) | UsageAverage | Every 5 minutes | 1 |
| Storage Usage per Datastore | 70 (2) | DiskUsedPercentage | Every 5 minutes | 1 |
| Storage Usage per Datastore (Critical) | 75 (0) | DiskUsedPercentage | Every 5 minutes | 1 |
| Service Health Alerts | N/A | ServiceHealth | N/A | 1 |
Expand Down

0 comments on commit 944829b

Please sign in to comment.