Merge pull request #788 from mxinden/docs

docs: Add note to not load balance Alert trafic
This commit is contained in:
Max Inden 2017-05-12 11:59:16 +02:00 committed by GitHub
commit 5f2ac0e2ec
1 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,8 @@ Start your prometheus like this, for example:
> Note: make sure to have a valid `prometheus.yml` in your current directory
> Important: Do not load balance traffic between Prometheus and its Alertmanagers, but instead point Prometheus to a list of all Alertmanagers. The Alertmanager implementation expects all alerts to be sent to all Alertmanagers to ensure high availability.
## Architecture
![](https://raw.githubusercontent.com/prometheus/alertmanager/4e6695682acd2580773a904e4aa2e3b927ee27b7/doc/arch.jpg)