mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -06:00
Update _index.md (#75359)
* Update _index.md * Update _index.md Run through Prettier * Update _index.md ran Prettier again * Prettier Signed-off-by: Jack Baldry <jack.baldry@grafana.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
parent
2497db4bd6
commit
150d4d68ad
@ -23,6 +23,13 @@ weight: 400
|
||||
You can enable alerting high availability support by updating the Grafana configuration file. If you run Grafana in a Kubernetes cluster, additional steps are required. Both options are described below.
|
||||
Please note that the deduplication is done for the notification, but the alert will still be evaluated on every Grafana instance. This means that events in alerting state history will be duplicated by the number of Grafana instances running.
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
|
||||
If using a mix of `execute_alerts=false` and `execute_alerts=true` on the HA nodes, since the alert state is not shared amongst the Grafana instances, the instances with `execute_alerts=false` will not show any alert status.
|
||||
This is because the HA settings (`ha_peers`, etc), only apply to the alert notification delivery (i.e. de-duplication of alert notifications, and silences, as mentioned above).
|
||||
|
||||
{{% /admonition %}}
|
||||
|
||||
## Enable alerting high availability in Grafana using Memberlist
|
||||
|
||||
### Before you begin
|
||||
|
Loading…
Reference in New Issue
Block a user