Skip to content

Commit

Permalink
docs: Fix default value of send_resolved for sns_configs (prometheus#…
Browse files Browse the repository at this point in the history
…2724)

Signed-off-by: Takuma Ishikawa <nekketsuuu@users.noreply.github.com>
Signed-off-by: Marko Posavec <Marko.Posavec@infobip.com>
  • Loading branch information
nekketsuuu authored and Marko Posavec committed Nov 4, 2021
1 parent f3883c9 commit d31b0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Expand Up @@ -696,7 +696,7 @@ value: <tmpl_string>
## `<sns_configs>`
```yaml
# Whether or not to notify about resolved alerts.
[ send_resolved: <boolean> | default = false ]
[ send_resolved: <boolean> | default = true ]

# The SNS API URL i.e. https://sns.us-east-2.amazonaws.com.
# If not specified, the SNS API URL from the SNS SDK will be used.
Expand Down

0 comments on commit d31b0b9

Please sign in to comment.