grafana/pkg/services/ngalert/notifier/channels
gotjosh 7b04278834
Alerting: Opsgenie notification channel (#34418)
* Alerting: Opsgenie notification channel

This translate the opsgenie notification channel from the old alerting
system to the new alerting system with a few changes:

- The tag system has been replaced in favour of annotation.
- TBD
- TBD

Signed-off-by: Josue Abreu <josue@grafana.com>

* Fix template URL

* Bugfig: dont send resolved when autoClose is false

Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>

* Fix integration tests

Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>

* Fix URLs in all other channels

Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>

Co-authored-by: Ganesh Vernekar <ganeshvern@gmail.com>
2021-05-20 10:12:08 +02:00
..
alertmanager_test.go Alerting: Migrate Alertmanager notifier (#34304) 2021-05-19 15:27:41 +02:00
alertmanager.go Alerting: Migrate Alertmanager notifier (#34304) 2021-05-19 15:27:41 +02:00
default_template.go NGAlert: Fix templating and remove unwanted default templates (#33918) 2021-05-12 15:13:43 +05:30
dingding_test.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
dingding.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
discord_test.go Add discord notifier channel and test (#34150) 2021-05-19 17:31:55 +02:00
discord.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
email_test.go Alerting: update email template (#34205) 2021-05-19 18:58:31 +02:00
email.go Alerting: update email template (#34205) 2021-05-19 18:58:31 +02:00
googlechat_test.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
googlechat.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
kafka_test.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
kafka.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
line_test.go NGAlert: Add Line notification channel (#34157) 2021-05-19 19:04:48 +02:00
line.go NGAlert: Add Line notification channel (#34157) 2021-05-19 19:04:48 +02:00
opsgenie_test.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
opsgenie.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
pagerduty_test.go NGAlert: Remove unwanted fields from notification channel config (#34036) 2021-05-18 10:04:47 +02:00
pagerduty.go NGAlert: Remove unwanted fields from notification channel config (#34036) 2021-05-18 10:04:47 +02:00
pushover_test.go [Alerting]: Add Pushover integration with the alert manager (#34371) 2021-05-19 16:48:46 +02:00
pushover.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
sensugo_test.go [Alerting]: Add Sensu Go integration with the alert manager (#34045) 2021-05-18 17:31:51 +03:00
sensugo.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
slack_test.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
slack.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
teams_test.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
teams.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
telegram_test.go NGAlert: Remove unwanted fields from notification channel config (#34036) 2021-05-18 10:04:47 +02:00
telegram.go NGAlert: Remove unwanted fields from notification channel config (#34036) 2021-05-18 10:04:47 +02:00
template_data.go Alerting: update email template (#34205) 2021-05-19 18:58:31 +02:00
threema_test.go NGAlert: Add Threema notification channel (#34159) 2021-05-19 20:20:52 +02:00
threema.go NGAlert: Add Threema notification channel (#34159) 2021-05-19 20:20:52 +02:00
utils.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
victorops_test.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
victorops.go Alerting: Opsgenie notification channel (#34418) 2021-05-20 10:12:08 +02:00
webhook_test.go NGAlert: Remove unwanted fields from notification channel config (#34036) 2021-05-18 10:04:47 +02:00
webhook.go NGAlert: Remove unwanted fields from notification channel config (#34036) 2021-05-18 10:04:47 +02:00