mirror of
https://github.com/prometheus/alertmanager
synced 2025-03-11 06:07:46 +00:00
Merge pull request #209 from prometheus/brian-brazil-patch-1
Don't send resolved to Slack by default
This commit is contained in:
commit
b472659c6d
@ -56,7 +56,7 @@ var (
|
||||
// DefaultSlackConfig defines default values for Slack configurations.
|
||||
DefaultSlackConfig = SlackConfig{
|
||||
NotifierConfig: NotifierConfig{
|
||||
VSendResolved: true,
|
||||
VSendResolved: false,
|
||||
},
|
||||
Color: `{{ if eq .Status "firing" }}danger{{ else }}good{{ end }}`,
|
||||
Username: `{{ template "slack.default.username" . }}`,
|
||||
|
Loading…
Reference in New Issue
Block a user