Alerting: Update the types of recipient supported by the Slack notifier (#22205)

* Alerting: Update types of supported Slack recipients
* Document Slack recipient requirements
This commit is contained in:
Arve Knudsen
2020-02-14 17:11:23 +01:00
committed by GitHub
parent f1989f1bfc
commit 019834ae12
3 changed files with 101 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ Setting | Description
---------- | -----------
Url | Slack incoming webhook URL.
Username | Set the username for the bot's message.
Recipient | Allows you to override the Slack recipient.
Recipient | Allows you to override the Slack recipient. You must either provide a channel Slack ID, a user Slack ID, a username reference (@<user>, all lowercase, no whitespace), or a channel reference (#<channel>, all lowercase, no whitespace).
Icon emoji | Provide an emoji to use as the icon for the bot's message. Ex :smile:
Icon URL | Provide a URL to an image to use as the icon for the bot's message.
Mention Users | Optionally mention one or more users in the Slack notification sent by Grafana. You have to refer to users, comma-separated, via their corresponding Slack IDs (which you can find by clicking the overflow button on each user's Slack profile).