From 16fa045db47d68a09a102c7b80b8899c1f57c153 Mon Sep 17 00:00:00 2001 From: Takuma Ishikawa Date: Fri, 1 Oct 2021 18:27:26 +0900 Subject: [PATCH] docs: Fix default value of send_resolved for sns_configs (#2724) Signed-off-by: Takuma Ishikawa --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 89e9fae7..adcac309 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -696,7 +696,7 @@ value: ## `` ```yaml # Whether or not to notify about resolved alerts. -[ send_resolved: | default = false ] +[ send_resolved: | 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.