Files
zulip/zerver/webhooks/grafana/doc.md
Anders Kaseorg dc33a0ae67 markdown: Rewrite include plugin without markdown-include.
markdown-include is GPL licensed.

Also, rewrite it as a block processor, so that it works correctly
inside indented blocks.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-06-26 17:36:31 -07:00

24 lines
940 B
Markdown

See your Grafana dashboard alerts in Zulip!
1. {!create-stream.md!}
1. {!create-bot-construct-url.md!}
1. In Grafana, go to **Alerting**. Click on **Notification channels**.
Configure **Edit Notification Channel** as appropriate for your
alert notification. Set the name. Under **Type**, choose **webhook**.
In **Webhook Settings**, set **URL** to the URL constructed above.
Under **HTTP method**, choose **POST**. Click Save.
1. Create an alert. Within your new alert rule, scroll down
to the **Notifications** section. Click on the button next to **Send to**
and select the webhook notification channel you just made. You can also
choose to write a message, which will be included in the Zulip notifications.
1. Return to **Notification channels**. You may now click **Send Test** and
you will see a Grafana test alert notification in Zulip.
{!congrats.md!}
![](/static/images/integrations/grafana/001.png)