Skip to content

Commit

Permalink
docs: Fix default value of send_resolved for sns_configs (#2724)
Browse files Browse the repository at this point in the history
Signed-off-by: Takuma Ishikawa <nekketsuuu@users.noreply.github.com>
  • Loading branch information
nekketsuuu committed Oct 1, 2021
1 parent 61046b1 commit 16fa045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
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 16fa045

Please sign in to comment.