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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,12 @@ These arguments are common to all alerts in Sysdig Monitor.
57
57
58
58
### `notification_channels`
59
59
60
-
By defining this field, the user can choose to which notification channels send the events when the alert fires.
60
+
By defining this field, the user can choose to which notification channels send the events when the alert fires.
61
61
62
62
It is a list of objects with the following fields:
63
63
*`id` - (Required) The ID of the notification channel.
64
-
*`renotify_every_minutes`: (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled. Default: `0`.
64
+
*`renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled. Default: `0`.
65
+
*`notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
Copy file name to clipboardExpand all lines: website/docs/r/monitor_alert_v2_event.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ description: |-
8
8
9
9
# Resource: sysdig_monitor_alert_v2_event
10
10
11
-
Creates a Sysdig Monitor Event Alert. Monitor occurrences of specific events, and alert if the total
12
-
number of occurrences violates a threshold. Useful for alerting on container, orchestration, and
11
+
Creates a Sysdig Monitor Event Alert. Monitor occurrences of specific events, and alert if the total
12
+
number of occurrences violates a threshold. Useful for alerting on container, orchestration, and
13
13
service events like restarts and deployments.
14
14
15
15
-> **Note:** Sysdig Terraform Provider is under rapid development at this point. If you experience any issue or discrepancy while using it, please make sure you have the latest version. If the issue persists, or you have a Feature Request to support an additional set of resources, please open a [new issue](https://github.com/sysdiglabs/terraform-provider-sysdig/issues/new) in the GitHub repository.
@@ -69,13 +69,14 @@ These arguments are common to all alerts in Sysdig Monitor.
69
69
70
70
### `notification_channels`
71
71
72
-
By defining this field, the user can choose to which notification channels send the events when the alert fires.
72
+
By defining this field, the user can choose to which notification channels send the events when the alert fires.
73
73
74
74
It is a list of objects with the following fields:
75
75
*`id` - (Required) The ID of the notification channel.
76
-
*`renotify_every_minutes`: (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled. Default: `0`.
77
-
*`main_threshold`: (Optional) Whether this notification channel is used for the main threshold of the alert. Default: `true`.
78
-
*`warning_threshold`: (Optional) Whether this notification channel is used for the warning threshold of the alert. Default: `false`.
76
+
*`renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled. Default: `0`.
77
+
*`notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
78
+
*`main_threshold` - (Optional) Whether this notification channel is used for the main threshold of the alert. Default: `true`.
79
+
*`warning_threshold` - (Optional) Whether this notification channel is used for the warning threshold of the alert. Default: `false`.
Copy file name to clipboardExpand all lines: website/docs/r/monitor_alert_v2_metric.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,13 +67,14 @@ These arguments are common to all alerts in Sysdig Monitor.
67
67
68
68
### `notification_channels`
69
69
70
-
By defining this field, the user can choose to which notification channels send the events when the alert fires.
70
+
By defining this field, the user can choose to which notification channels send the events when the alert fires.
71
71
72
72
It is a list of objects with the following fields:
73
73
*`id` - (Required) The ID of the notification channel.
74
-
*`renotify_every_minutes`: (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled. Default: `0`.
75
-
*`main_threshold`: (Optional) Whether this notification channel is used for the main threshold of the alert. Default: `true`.
76
-
*`warning_threshold`: (Optional) Whether this notification channel is used for the warning threshold of the alert. Default: `false`.
74
+
*`renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled. Default: `0`.
75
+
*`notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
76
+
*`main_threshold` - (Optional) Whether this notification channel is used for the main threshold of the alert. Default: `true`.
77
+
*`warning_threshold` - (Optional) Whether this notification channel is used for the warning threshold of the alert. Default: `false`.
Copy file name to clipboardExpand all lines: website/docs/r/monitor_alert_v2_prometheus.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,13 +44,14 @@ These arguments are common to all alerts in Sysdig Monitor.
44
44
*`custom_notification` - (Optional) Allows to define a custom notification title, prepend and append text.
45
45
*`link` - (Optional) List of links to add to notifications.
46
46
47
-
### `notification_channels` -
47
+
### `notification_channels` -
48
48
49
-
By defining this field, the user can choose to which notification channels send the events when the alert fires.
49
+
By defining this field, the user can choose to which notification channels send the events when the alert fires.
50
50
51
51
It is a list of objects with the following fields:
52
52
*`id` - (Required) The ID of the notification channel.
53
-
*`renotify_every_minutes`: (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled.
53
+
*`renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled.
54
+
*`notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
0 commit comments