From 597aeff493c1a725f0baf44a5e2d1596b35dce60 Mon Sep 17 00:00:00 2001 From: ashishagarwal06 <34888589+ashishagarwal06@users.noreply.github.com> Date: Tue, 13 Oct 2020 21:03:32 +0530 Subject: [PATCH] Added Hyperlink to Alert Notification (#28197) Hi, I have added hyperlink to alert notification for quick redirection. Thanks, Ashish --- docs/sources/administration/set-up-for-high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/set-up-for-high-availability.md b/docs/sources/administration/set-up-for-high-availability.md index 29b9654fe88..7e957f34224 100644 --- a/docs/sources/administration/set-up-for-high-availability.md +++ b/docs/sources/administration/set-up-for-high-availability.md @@ -24,7 +24,7 @@ Grafana will now persist all long term data in the database. How to configure th ## Alerting -Currently alerting supports a limited form of high availability. Since v4.2.0, alert notifications are deduped when running multiple servers. This means all alerts are executed on every server but alert notifications are only sent once per alert. Grafana does not support load distribution between servers. +Currently alerting supports a limited form of high availability. Since v4.2.0, [alert notifications](https://grafana.com/docs/grafana/latest/alerting/notifications/) are deduped when running multiple servers. This means all alerts are executed on every server but alert notifications are only sent once per alert. Grafana does not support load distribution between servers. ## User sessions