From 5f9dc48fb0d3b96089b7ce585970f508ce923620 Mon Sep 17 00:00:00 2001 From: Timo Schwarzer Date: Tue, 23 Apr 2019 08:00:55 +0200 Subject: [PATCH] Docs: Update notification services (#16657) * Update notifications.md * Update notification services docs --- docs/sources/alerting/notifications.md | 39 +++++++++++++------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/docs/sources/alerting/notifications.md b/docs/sources/alerting/notifications.md index 91b80962c83..28d1c880216 100644 --- a/docs/sources/alerting/notifications.md +++ b/docs/sources/alerting/notifications.md @@ -165,25 +165,28 @@ Once these two properties are set, you can send the alerts to Kafka for further Notifications can be sent by setting up an incoming webhook in Google Hangouts chat. Configuring such a webhook is described [here](https://developers.google.com/hangouts/chat/how-tos/webhooks). -### All supported notifier +### All supported notifiers -Name | Type |Support images +Name | Type | Supports images -----|------------ | ------ -Slack | `slack` | yes -Pagerduty | `pagerduty` | yes +DingDing | `dingding` | yes, external only +Discord | `discord` | yes Email | `email` | yes -Webhook | `webhook` | link -Kafka | `kafka` | no -Google Hangouts Chat | `googlechat` | yes -Hipchat | `hipchat` | yes -VictorOps | `victorops` | yes -Sensu | `sensu` | yes -OpsGenie | `opsgenie` | yes -Threema | `threema` | yes -Pushover | `pushover` | no -Telegram | `telegram` | no -Line | `line` | no -Prometheus Alertmanager | `prometheus-alertmanager` | no +Google Hangouts Chat | `googlechat` | yes, external only +Hipchat | `hipchat` | yes, external only +Kafka | `kafka` | yes, external only +Line | `line` | yes, external only +Microsoft Teams | `teams` | yes, external only +OpsGenie | `opsgenie` | yes, external only +Pagerduty | `pagerduty` | yes, external only +Prometheus Alertmanager | `prometheus-alertmanager` | yes, external only +Pushover | `pushover` | yes +Sensu | `sensu` | yes, external only +Slack | `slack` | yes +Telegram | `telegram` | yes +Threema | `threema` | yes, external only +VictorOps | `victorops` | yes, external only +Webhook | `webhook` | yes, external only # Enable images in notifications {#external-image-store} @@ -192,9 +195,7 @@ Amazon S3, Webdav, Google Cloud Storage and Azure Blob Storage. So to set that u Be aware that some notifiers requires public access to the image to be able to include it in the notification. So make sure to enable public access to the images. If you're using local image uploader, your Grafana instance need to be accessible by the internet. -Currently only the Email Channels attaches images if no external image store is specified. To include images in alert notifications for other channels then you need to set up an external image store. - -This is an optional requirement. You can get Slack and email notifications without setting this up. +Notification services which need public image access are marked as 'external only'. # Configure the link back to Grafana from alert notifications