grafana/pkg/services/alerting/notifiers
Jörg Thalheim f069aae576 Add Pushover alert notifications
Pushover is a service for getting real-time
notifications on your mobile devices and desktop
computers: https://pushover.net
2017-02-10 22:44:33 +01:00
..
base.go tech(notifiers): improve logging for notifications 2016-10-11 10:15:41 +02:00
email_test.go feat(notifications): switch to ; seperator 2016-10-19 16:34:12 +02:00
email.go feat(plugins): made notifiers more pluggable and easier to support many of them, new ones can now be added without modifying any existing file, #7162 2017-01-06 12:04:25 +01:00
hipchat_test.go Adding HipChat Notifier 2017-02-07 10:50:49 -06:00
hipchat.go style(hipchat): improves code style 2017-02-08 11:24:49 +01:00
line_test.go style: go fmt with simplify 2017-01-27 15:21:02 +01:00
line.go style: go fmt with simplify 2017-01-27 15:21:02 +01:00
opsgenie_test.go alerting: add support for OpsGenie 2016-12-06 14:48:13 -06:00
opsgenie.go feat(plugins): made notifiers more pluggable and easier to support many of them, new ones can now be added without modifying any existing file, #7162 2017-01-06 12:04:25 +01:00
pagerduty_test.go Removed ExecError state 2016-11-07 07:12:43 -08:00
pagerduty.go feat(plugins): made notifiers more pluggable and easier to support many of them, new ones can now be added without modifying any existing file, #7162 2017-01-06 12:04:25 +01:00
pushover_test.go Add Pushover alert notifications 2017-02-10 22:44:33 +01:00
pushover.go Add Pushover alert notifications 2017-02-10 22:44:33 +01:00
sensu_test.go Add support for sensu notifications (#7207) 2017-01-11 13:57:07 +01:00
sensu.go Add support for sensu notifications (#7207) 2017-01-11 13:57:07 +01:00
slack_test.go Added slack tests , fixed webhook tests 2016-11-04 06:05:44 -07:00
slack.go feat(plugins): made notifiers more pluggable and easier to support many of them, new ones can now be added without modifying any existing file, #7162 2017-01-06 12:04:25 +01:00
telegram_test.go Added Telegram Messenger notification destination 2016-12-30 15:57:12 +03:00
telegram.go Add image url to telegram alert notifier 2017-01-31 16:47:14 +03:00
victorops_test.go Add VictorOps Test. 2016-11-16 16:14:02 -08:00
victorops.go feat(plugins): made notifiers more pluggable and easier to support many of them, new ones can now be added without modifying any existing file, #7162 2017-01-06 12:04:25 +01:00
webhook_test.go Added slack tests , fixed webhook tests 2016-11-04 06:05:44 -07:00
webhook.go Fix webhook username mismatch 2017-01-09 17:18:53 +01:00