Skip to content

Commit b918f07

Browse files
authored
Merge pull request #204549 from v-amallick/Jul-13-2022-Monitor
Monitor backups - Sample alert scenarios updates
2 parents ec5bcf4 + 2a1172d commit b918f07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/backup/metrics-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Monitor the health of your backups using Azure Backup Metrics (preview)
33
description: In this article, learn about the metrics available for Azure Backup to monitor your backup health
44
ms.topic: conceptual
55
author: v-amallick
6-
ms.date: 03/21/2022
6+
ms.date: 07/13/2022
77
ms.author: v-amallick
88
ms.service: backup
99
---
@@ -160,24 +160,24 @@ You can use the different programmatic clients, such as PowerShell, CLI, or REST
160160

161161
### Sample alert scenarios
162162

163-
#### Fire a single alert if all backups for a vault were successful in last 24 hours
163+
#### Fire a single alert if all triggered backups for a vault were successful in last 24 hours
164164

165165
**Alert Rule: Fire an alert if Backup Health Events < 1 in last 24 hours for**:
166166

167-
Dimensions["HealthStatus"]="Persistent Unhealthy / Transient Unhealthy / Persistent Degraded / Transient Degraded"
167+
Dimensions["HealthStatus"] != "Healthy"
168168

169169
#### Fire an alert after every failed backup job
170170

171171
**Alert Rule: Fire an alert if Backup Health Events > 0 in last 5 minutes for**:
172172

173-
- Dimensions["HealthStatus"]= "Persistent Unhealthy / Transient Unhealthy / Persistent Degraded / Transient Degraded"
173+
- Dimensions["HealthStatus"]!= "Healthy"
174174
- Dimensions["DatasourceId"]= "All current and future values"
175175

176176
#### Fire an alert if there were consecutive backup failures for the same item in last 24 hours
177177

178178
**Alert Rule: Fire an alert if Backup Health Events > 1 in last 24 hours for**:
179179

180-
- Dimensions["HealthStatus"]= "Persistent Unhealthy / Transient Unhealthy / Persistent Degraded / Transient Degraded"
180+
- Dimensions["HealthStatus"]!= "Healthy"
181181
- Dimensions["DatasourceId"]= "All current and future values"
182182

183183
#### Fire an alert if no backup job was executed for an item in last 24 hours

0 commit comments

Comments
 (0)