Commit 5f9dc48f by Timo Schwarzer Committed by Carl Bergquist

Docs: Update notification services (#16657)

* Update notifications.md

* Update notification services docs
parent ff870e08
...@@ -165,25 +165,28 @@ Once these two properties are set, you can send the alerts to Kafka for further ...@@ -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). 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 DingDing | `dingding` | yes, external only
Pagerduty | `pagerduty` | yes Discord | `discord` | yes
Email | `email` | yes Email | `email` | yes
Webhook | `webhook` | link Google Hangouts Chat | `googlechat` | yes, external only
Kafka | `kafka` | no Hipchat | `hipchat` | yes, external only
Google Hangouts Chat | `googlechat` | yes Kafka | `kafka` | yes, external only
Hipchat | `hipchat` | yes Line | `line` | yes, external only
VictorOps | `victorops` | yes Microsoft Teams | `teams` | yes, external only
Sensu | `sensu` | yes OpsGenie | `opsgenie` | yes, external only
OpsGenie | `opsgenie` | yes Pagerduty | `pagerduty` | yes, external only
Threema | `threema` | yes Prometheus Alertmanager | `prometheus-alertmanager` | yes, external only
Pushover | `pushover` | no Pushover | `pushover` | yes
Telegram | `telegram` | no Sensu | `sensu` | yes, external only
Line | `line` | no Slack | `slack` | yes
Prometheus Alertmanager | `prometheus-alertmanager` | no 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} # 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 ...@@ -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. 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. Notification services which need public image access are marked as 'external only'.
This is an optional requirement. You can get Slack and email notifications without setting this up.
# Configure the link back to Grafana from alert notifications # Configure the link back to Grafana from alert notifications
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment