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: Monitoring/monitor-ontap-services/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,7 @@ Each rule should be an object with one, or more, of the following keys:
409
409
"rules": [
410
410
{
411
411
"maxLagTime": 86400
412
+
"maxLagTimePercent": 200
412
413
},
413
414
{
414
415
"healthy": false
@@ -474,6 +475,8 @@ In the above example, it will alert on:
474
475
- Any network interfaces that are down.
475
476
- Any EMS message that has an event name of “passwd.changed”.
476
477
- Any EMS message that has a severity of "alert" or “emergency”.
478
+
- Any SnapMirror relationship with a lag time more than 200% the amount of time since its last scheduled update, if it has a schedule assoicated with it.
479
+
Otherwise, if the last successful update has been more than 86400 seconds (24 hours).
477
480
- Any SnapMirror relationship with a lag time more than 86400 seconds (24 hours).
478
481
- Any SnapMirror relationship that has a non-healthy status.
479
482
- Any SnapMirror update that hasn't had any flow of data in 600 seconds (10 minutes).
0 commit comments