feat(alerting): add slack/email support for execution errors

This commit is contained in:
bergquist
2016-08-31 15:55:01 +02:00
parent 4619a05f43
commit 7ddd625e9d
5 changed files with 52 additions and 30 deletions
-1
View File
@@ -48,7 +48,6 @@ func (n *RootNotifier) Notify(context *EvalContext) {
for _, notifier := range notifiers {
n.log.Info("Sending notification", "firing", context.Firing, "type", notifier.GetType())
go notifier.Notify(context)
}
}