feat(observability): add send_resolved field (#935)
relates to STACKITTPR-283
This commit is contained in:
parent
b1e97e92f9
commit
4b46119433
7 changed files with 110 additions and 52 deletions
|
|
@ -99,6 +99,7 @@ Read-Only:
|
|||
- `auth_password` (String, Sensitive) SMTP authentication password.
|
||||
- `auth_username` (String) SMTP authentication username.
|
||||
- `from` (String) The sender email address. Must be a valid email address
|
||||
- `send_resolved` (Boolean) Whether to notify about resolved alerts.
|
||||
- `smart_host` (String) The SMTP host through which emails are sent.
|
||||
- `to` (String) The email address to send notifications to. Must be a valid email address
|
||||
|
||||
|
|
@ -111,6 +112,7 @@ Read-Only:
|
|||
- `api_key` (String) The API key for OpsGenie.
|
||||
- `api_url` (String) The host to send OpsGenie API requests to. Must be a valid URL
|
||||
- `priority` (String) Priority of the alert. Possible values are: `P1`, `P2`, `P3`, `P4`, `P5`.
|
||||
- `send_resolved` (Boolean) Whether to notify about resolved alerts.
|
||||
- `tags` (String) Comma separated list of tags attached to the notifications.
|
||||
|
||||
|
||||
|
|
@ -121,6 +123,7 @@ Read-Only:
|
|||
|
||||
- `google_chat` (Boolean) Google Chat webhooks require special handling, set this to true if the webhook is for Google Chat.
|
||||
- `ms_teams` (Boolean) Microsoft Teams webhooks require special handling, set this to true if the webhook is for Microsoft Teams.
|
||||
- `send_resolved` (Boolean) Whether to notify about resolved alerts.
|
||||
- `url` (String, Sensitive) The endpoint to send HTTP POST requests to. Must be a valid URL
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@ Optional:
|
|||
- `auth_password` (String, Sensitive) SMTP authentication password.
|
||||
- `auth_username` (String) SMTP authentication username.
|
||||
- `from` (String) The sender email address. Must be a valid email address
|
||||
- `send_resolved` (Boolean) Whether to notify about resolved alerts.
|
||||
- `smart_host` (String) The SMTP host through which emails are sent.
|
||||
- `to` (String) The email address to send notifications to. Must be a valid email address
|
||||
|
||||
|
|
@ -116,6 +117,7 @@ Optional:
|
|||
- `api_key` (String) The API key for OpsGenie.
|
||||
- `api_url` (String) The host to send OpsGenie API requests to. Must be a valid URL
|
||||
- `priority` (String) Priority of the alert. Possible values are: `P1`, `P2`, `P3`, `P4`, `P5`.
|
||||
- `send_resolved` (Boolean) Whether to notify about resolved alerts.
|
||||
- `tags` (String) Comma separated list of tags attached to the notifications.
|
||||
|
||||
|
||||
|
|
@ -126,6 +128,7 @@ Optional:
|
|||
|
||||
- `google_chat` (Boolean) Google Chat webhooks require special handling, set this to true if the webhook is for Google Chat.
|
||||
- `ms_teams` (Boolean) Microsoft Teams webhooks require special handling, set this to true if the webhook is for Microsoft Teams.
|
||||
- `send_resolved` (Boolean) Whether to notify about resolved alerts.
|
||||
- `url` (String, Sensitive) The endpoint to send HTTP POST requests to. Must be a valid URL
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue