added documentation (#1654)

* ref #1610 : added documentation

Signed-off-by: Hrishikesh Barman <hrishikeshbman@gmail.com>
This commit is contained in:
Hrishikesh Barman 2018-12-08 16:35:47 +05:30 committed by Max Leonard Inden
parent 0f3e27c4e5
commit 5eda38096b
No known key found for this signature in database
GPG Key ID: 5403C5464810BC26
1 changed files with 5 additions and 0 deletions

View File

@ -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.
### 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
Refer to [ui/app/CONTRIBUTING.md](ui/app/CONTRIBUTING.md).