浏览代码

Docs: Update notification services (#16657)

* Update notifications.md

* Update notification services docs
Timo Schwarzer 6 年之前
父节点
当前提交
5f9dc48fb0
共有 1 个文件被更改,包括 20 次插入19 次删除
  1. 20 19
      docs/sources/alerting/notifications.md

+ 20 - 19
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