mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
added documentation (#1654)
* ref #1610 : added documentation Signed-off-by: Hrishikesh Barman <hrishikeshbman@gmail.com>
This commit is contained in:
parent
0f3e27c4e5
commit
5eda38096b
@ -375,6 +375,11 @@ alerting:
|
|||||||
|
|
||||||
> 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.
|
> 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.
|
||||||
|
|
||||||
|
### Disabling high availability
|
||||||
|
|
||||||
|
If running Alertmanager in high availability mode is not desired, setting `--cluster.listen-address=` will prevent Alertmanager from listening to incoming peer requests.
|
||||||
|
|
||||||
|
|
||||||
## Contributing to the Front-End
|
## Contributing to the Front-End
|
||||||
|
|
||||||
Refer to [ui/app/CONTRIBUTING.md](ui/app/CONTRIBUTING.md).
|
Refer to [ui/app/CONTRIBUTING.md](ui/app/CONTRIBUTING.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user