Commit 37ad4118 authored by Jose Donizetti's avatar Jose Donizetti Committed by Brian Brazil

Add alertmanager HA support section (#847)

parent 4e0baea5
...@@ -67,3 +67,10 @@ Silences are configured in the web interface of the Alertmanager. ...@@ -67,3 +67,10 @@ Silences are configured in the web interface of the Alertmanager.
The Alertmanager has [special requirements](../clients) for behavior of its The Alertmanager has [special requirements](../clients) for behavior of its
client. Those are only relevant for advanced use cases where Prometheus client. Those are only relevant for advanced use cases where Prometheus
is not used to send alerts. is not used to send alerts.
## High Availability
Alertmanager supports a mesh configuration to create a cluster for high availability.
This can be configured using the [-mesh-*](https://github.com/prometheus/alertmanager#high-availability) flags.
It's important not to load balance traffic between Prometheus and its Alertmanagers, but instead, point Prometheus to a list of all Alertmanagers.
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