mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
Improve remark on UDP/TCP for high availability (#2231)
* Improve remark on UDP/TCP for high availability Signed-off-by: Pascal Hofmann <mail+github@pascalhofmann.de> * Update README.md Co-Authored-By: Max Inden <mail@max-inden.de> Signed-off-by: Pascal Hofmann <mail+github@pascalhofmann.de> * Update README.md Signed-off-by: Pascal Hofmann <mail+github@pascalhofmann.de> Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
parent
8d050daf51
commit
7efb78bce9
@ -331,6 +331,8 @@ $ amtool config routes test --config.file=doc/examples/simple.yml --tree --verif
|
||||
Alertmanager's high availability is in production use at many companies and is enabled by default.
|
||||
|
||||
> Important: Both UDP and TCP are needed in alertmanager 0.15 and higher for the cluster to work.
|
||||
> - If you are using a firewall, make sure to whitelist the clustering port for both protocols.
|
||||
> - If you are running in a container, make sure to expose the clustering port for both protocols.
|
||||
|
||||
To create a highly available cluster of the Alertmanager the instances need to
|
||||
be configured to communicate with each other. This is configured using the
|
||||
|
Loading…
Reference in New Issue
Block a user