You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cross-region-replication-display-health-status.md
+13-18Lines changed: 13 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,25 +49,20 @@ You can view replication status on the source volume or the destination volume.
49
49
50
50
## Set alert rules to monitor replication
51
51
52
-
Follow the following steps to create[alert rules in Azure Monitor](../azure-monitor/alerts/alerts-overview.md) to help you monitor the status of cross-region replication:
52
+
Ceate[alert rules in Azure Monitor](../azure-monitor/alerts/alerts-overview.md) to help you monitor the status of cross-region replication:
53
53
54
-
1. From Azure Monitor, select **Alerts**.
55
-
2. From the Alerts window, select the **Create** dropdown and select **Create new alert rule**.
56
-
3. From the Scope tab of the Create an Alert Rule page, select **Select scope**. The **Select a Resource** page appears.
57
-
4. From the Resource tab, find the **Volumes** resource type.
58
-
5. From the Condition tab, select **Add condition**. From there, find a signal called “**is volume replication healthy**”.
59
-
6. There you'll see **Condition of the relationship, 1 or 0** and the **Configure Signal Logic** window is displayed.
60
-
7. To check if the replication is _unhealthy_:
61
-
* Set **Operator** to `Less than`.
62
-
* Set **Aggregation type** to `Average`.
63
-
* Set **Threshold** value to `1`.
64
-
* Set **Unit** to `Count`.
65
-
8. To check if the replication is _healthy_:
66
-
* Set **Operator** to `Greater than or equal to`.
67
-
* Set **Aggregation** type to `Average`.
68
-
* Set **Threshold** value to `1`.
69
-
* Set **Unit** to `Count`.
70
-
9. Select **Review + create**. The alert rule is ready for use.
54
+
1. In Azure Monitor, select **Alerts**.
55
+
2. From the **Alerts** window, select the **Create** dropdown then **Alert rule**.
56
+
3. From the **Scope** tab of the **Create an Alert Rule** page, choose **Select scope**. The **Select a Resource** page appears.
57
+
4. From the **Browse** tab, enter "Volumes" in the **Search to filter items...** field.
58
+
5. Select the target volume you'd like to monitor and select **Apply**.
59
+
6. From the **Condition** tab, use the **Signal name** dropdown to select **See all signals**. Identify the **Volume replication lag time** signal then select **Apply**.
60
+
7. Confirm **Greater than** is selected for the **Operator** field.
61
+
8. For the **Threshold** value field, enter the number of seconds equal to you replication schedule plus 20%. For example:
62
+
* If your replication schedule is 10 minutes, enter 720 (10 minutes * 60 seconds * 1.2).
63
+
* If you replication schedule is hourly, enter 4,320 (60 minutes * 60 seconds * 1.2).
64
+
* If your replication schedule is daily, enter 103,680 (24 hours * 60 minutes * 60 seconds * 1.2).
65
+
9. Select **Review + create**. The alert rule is ready for use.
71
66
72
67
:::image type="content" source="../media/azure-netapp-files/alert-config-signal-logic.png" alt-text="Screenshot of the Azure interface that shows the configure signal logic step with a backdrop of the Create alert rule page." lightbox="../media/azure-netapp-files/alert-config-signal-logic.png":::
0 commit comments