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: website/docs/r/monitor_alert_v2_downtime.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,7 @@ These arguments are common to all alerts in Sysdig Monitor.
47
47
48
48
*`name` - (Required) The name of the alert rule. It must be unique.
49
49
*`description` - (Optional) The description of Monitor alert.
50
-
*`range_seconds` - (Optional, required if `trigger_after_minutes` is not defined): The rolling time aggregation period in which the relevant metric data is evaluated.
51
-
*`trigger_after_minutes` - (Optional, Deprecated) The rolling time aggregation period in which the relevant metric data is evaluated. Deprecated: use `range_seconds` instead.
50
+
*`range_seconds` - (Optional): The rolling time aggregation period in which the relevant metric data is evaluated.
52
51
*`group` - (Optional) Used to group alert rules in the UI. This value must be a lowercase string.
53
52
*`severity` - (Optional) Severity of the Monitor alert. It must be `high`, `medium`, `low` or `info`. Default: `low`.
54
53
*`enabled` - (Optional) Boolean that defines if the alert is enabled or not. Default: `true`.
0 commit comments