Skip to content

Commit

Permalink
chore(alerts): fix typo in docs (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbonf authored Jul 28, 2023
1 parent 77b0c74 commit adcf4be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/monitor_alert_v2_downtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ By defining this field, the user can choose to which notification channels send

It is a list of objects with the following fields:
* `id` - (Required) The ID of the notification channel.
* `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`.
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotification enabled. Default: `0`.
* `notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.

### `custom_notification`
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_alert_v2_event.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ By defining this field, the user can choose to which notification channels send

It is a list of objects with the following fields:
* `id` - (Required) The ID of the notification channel.
* `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`.
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotification enabled. Default: `0`.
* `notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
* `main_threshold` - (Optional) Whether this notification channel is used for the main threshold of the alert. Default: `true`.
* `warning_threshold` - (Optional) Whether this notification channel is used for the warning threshold of the alert. Default: `false`.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_alert_v2_metric.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ By defining this field, the user can choose to which notification channels send

It is a list of objects with the following fields:
* `id` - (Required) The ID of the notification channel.
* `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`.
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotification enabled. Default: `0`.
* `notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.
* `main_threshold` - (Optional) Whether this notification channel is used for the main threshold of the alert. Default: `true`.
* `warning_threshold` - (Optional) Whether this notification channel is used for the warning threshold of the alert. Default: `false`.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_alert_v2_prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ By defining this field, the user can choose to which notification channels send

It is a list of objects with the following fields:
* `id` - (Required) The ID of the notification channel.
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotifiacation enabled.
* `renotify_every_minutes` - (Optional) the amount of minutes to wait before re sending the notification to this channel. `0` means no renotification enabled.
* `notify_on_resolve` - (Optional) Wether to send a notification when the alert is resolved. Default: `true`.

### `custom_notification`
Expand Down

0 comments on commit adcf4be

Please sign in to comment.