grafana/pkg/services/alerting/notifiers
Djairho Geuens 4cadbba686
Email: Allow configuration of content types for email notifications (#34530)
* Alerting: Allow configuration of content types for email notifications

* Fix lint error

* Improves email templates

* Improve configuration documentation

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Improve code comments

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Improve configuration documentation

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Improve email template

* Remove unnecessary predeclaration

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Adds handling for unrecognized content type

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Move utility function outside of util package

* Fixes syntax

* Remove unused package

* Fix lint error

* improve email templates

* Fix test

* Alerting: Allow configuration of content types for email notifications

* Fix lint error

* Improves email templates

* Improve configuration documentation

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Improve code comments

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Improve configuration documentation

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Improve email template

* Remove unnecessary predeclaration

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Adds handling for unrecognized content type

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Move utility function outside of util package

* Fixes syntax

* Remove unused package

* Fix lint error

* improve email templates

* Fix test

* Fix comment style

Co-authored-by: Ganesh Vernekar <15064823+codesome@users.noreply.github.com>

* Fix template formatting

* Add test and improve error handling

* Fix test

* Fix formatting

* Fix formatting

* Improve documentation and regenerates txt template

* Update docs/sources/administration/configuration.md

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

Co-authored-by: Djairho Geuens <djairho.geuens@ae.be>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Ganesh Vernekar <15064823+codesome@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-07-19 13:31:51 +03:00
..
alertmanager_test.go Plugins: Requests validator (#30445) 2021-02-03 20:47:45 +01:00
alertmanager.go Alerting: Fix so that sending an alert with the Alertmanager notifier doesn't fail when one of multiple configured URL's are down (#31079) 2021-02-11 15:13:53 +01:00
base_test.go Plugins: Requests validator (#30445) 2021-02-03 20:47:45 +01:00
base.go Slack: Use chat.postMessage API by default (#32511) 2021-04-22 16:00:21 +02:00
dingding_test.go Plugins: Requests validator (#30445) 2021-02-03 20:47:45 +01:00
dingding.go Alarting: fix alarm messages in dingding (Fixes #29470) (#29482) 2020-12-02 11:09:49 +01:00
discord_test.go Alerting: Add support for configuring avatar URL for the Discord notifier (#33355) 2021-05-28 23:00:21 +02:00
discord.go Alerting: Add support for configuring avatar URL for the Discord notifier (#33355) 2021-05-28 23:00:21 +02:00
email_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
email.go Email: Allow configuration of content types for email notifications (#34530) 2021-07-19 13:31:51 +03:00
googlechat_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
googlechat.go Alerting: Ensuring notifications displayed correctly in mobile device with Google Chat (#27578) 2020-09-18 09:41:34 +03:00
hipchat_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
hipchat.go Chore: Enable exhaustive linter (#29458) 2020-12-01 09:53:27 +01:00
kafka_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
kafka.go Chore/fix lint issues (#27704) 2020-09-22 16:22:19 +02:00
line_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
line.go LINE Notify to have Alerts and OK notifications (#27639) 2020-09-24 15:45:53 +02:00
opsgenie_test.go Alerting: Allow sending notification tags to Opsgenie as extra properties (#30332) 2021-03-24 17:07:26 +01:00
opsgenie.go Alerting: Allow sending notification tags to Opsgenie as extra properties (#30332) 2021-03-24 17:07:26 +01:00
pagerduty_test.go PagerDuty: Omit empty message (#33614) 2021-05-03 08:51:22 +02:00
pagerduty.go PagerDuty: Omit empty message (#33614) 2021-05-03 08:51:22 +02:00
pushover_test.go Plugins: Requests validator (#30445) 2021-02-03 20:47:45 +01:00
pushover.go Alerting: Customise OK notification priorities for Pushover notifier (#30169) 2021-02-03 10:57:18 +02:00
sensu_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
sensu.go Chore/fix lint issues (#27704) 2020-09-22 16:22:19 +02:00
sensugo_test.go Alerting: Add support for Sensu Go notification channel (#28012) 2020-11-27 19:09:24 +02:00
sensugo.go Alerting notifier SensuGo: improvements in default message (#31428) 2021-02-25 10:52:34 +01:00
slack_test.go Slack: Use chat.postMessage API by default (#32511) 2021-04-22 16:00:21 +02:00
slack.go Slack: Use chat.postMessage API by default (#32511) 2021-04-22 16:00:21 +02:00
teams_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
teams.go Chore/fix lint issues (#27704) 2020-09-22 16:22:19 +02:00
telegram_test.go Plugins: Requests validator (#30445) 2021-02-03 20:47:45 +01:00
telegram.go Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
threema_test.go Chore: Enable errorlint linter (#29227) 2020-11-19 14:47:17 +01:00
threema.go Clarify that Threema Gateway Alerts support only Basic IDs (#34828) 2021-05-28 08:54:55 +02:00
victorops_test.go Alerting: Enable Alert rule severity tag to override VictorOps Severity setting (#29392) 2021-03-18 09:50:07 -04:00
victorops.go Alerting: Enable Alert rule severity tag to override VictorOps Severity setting (#29392) 2021-03-18 09:50:07 -04:00
webhook_test.go WebhookNotifier: Convert tests away from goconvey (#29291) 2020-11-23 10:37:53 +01:00
webhook.go Legacy Alerting: Replace simplejson with a struct in webhook notification channel (#34952) 2021-07-13 15:14:04 +03:00