Commit 430d208e authored by Tobias Schmidt's avatar Tobias Schmidt

Merge pull request #344 from prometheus/fabxc-patch-2

Fix Slack send_resolved default
parents a076a770 fced8f56
...@@ -273,7 +273,7 @@ Slack notifications are sent via [Slack webhooks](https://api.slack.com/incoming ...@@ -273,7 +273,7 @@ Slack notifications are sent via [Slack webhooks](https://api.slack.com/incoming
``` ```
# Whether or not to notify about resolved alerts. # Whether or not to notify about resolved alerts.
[ send_resolved: <boolean> | default = true ] [ send_resolved: <boolean> | default = false ]
# The Slack webhook URL. # The Slack webhook URL.
[ api_url: <string> | default = global.slack_api_url ] [ api_url: <string> | default = global.slack_api_url ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment