Merge pull request #2725 from prometheus/release-0.23
docs: Fix default value of send_resolved for sns_configs (#2724)
This commit is contained in:
commit
70abcccedb
|
@ -696,7 +696,7 @@ value: <tmpl_string>
|
||||||
## `<sns_configs>`
|
## `<sns_configs>`
|
||||||
```yaml
|
```yaml
|
||||||
# Whether or not to notify about resolved alerts.
|
# 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.
|
# 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.
|
# If not specified, the SNS API URL from the SNS SDK will be used.
|
||||||
|
|
Loading…
Reference in New Issue