Skip to content

Commit

Permalink
Don't send resolved alerts for Wechat by default
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpasquier committed Feb 22, 2018
1 parent fbb1015 commit 004ab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/notifiers.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var (
// DefaultWechatConfig defines default values for wechat configurations.
DefaultWechatConfig = WechatConfig{
NotifierConfig: NotifierConfig{
VSendResolved: true,
VSendResolved: false,
},
Message: `{{ template "wechat.default.message" . }}`,
}
Expand Down

0 comments on commit 004ab84

Please sign in to comment.