grafana/pkg/services/alerting/notifiers
Thibault Chataigner fd633a1d5d Add a per-notifier ShouldNotify()
This way we are able to edit notification behavior per notifier.
This would be usefull to let some notifiers send notifications,
even when the state doesn't change, or with custom condition.

Signed-off-by: Thibault Chataigner <t.chataigner@criteo.com>
2017-12-12 17:35:54 +01:00
..
base_test.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
base.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
dingding_test.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
dingding.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
email_test.go feat(notifications): switch to ; seperator 2016-10-19 16:34:12 +02:00
email.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
hipchat_test.go Adding HipChat Notifier 2017-02-07 10:50:49 -06:00
hipchat.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
kafka_test.go Fixed failing go tests 2017-10-09 18:56:05 -07:00
kafka.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
line_test.go style: go fmt with simplify 2017-01-27 15:21:02 +01:00
line.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
opsgenie_test.go alerting: add support for OpsGenie 2016-12-06 14:48:13 -06:00
opsgenie.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
pagerduty_test.go Removed ExecError state 2016-11-07 07:12:43 -08:00
pagerduty.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
pushover_test.go Add Pushover alert notifications 2017-02-10 22:44:33 +01:00
pushover.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
sensu_test.go support setting the source and handler attribute in sensu notifications (#8405) 2017-05-24 13:42:24 +02:00
sensu.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
slack_test.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
slack.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
teams_test.go Add Microsoft Teams notifier 2017-11-14 11:05:01 +01:00
teams.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
telegram_test.go Added Telegram Messenger notification destination 2016-12-30 15:57:12 +03:00
telegram.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
threema_test.go feat(alerting): Add Threema Gateway integration 2017-02-07 11:14:57 +01:00
threema.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
victorops_test.go Add VictorOps Test. 2016-11-16 16:14:02 -08:00
victorops.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
webhook_test.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00
webhook.go Add a per-notifier ShouldNotify() 2017-12-12 17:35:54 +01:00