docs: Fix default value of send_resolved for sns_configs (#2724)
Signed-off-by: Takuma Ishikawa <nekketsuuu@users.noreply.github.com>
This commit is contained in:
parent
61046b1777
commit
16fa045db4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue