Support multiple Alertmanager URLs (#12346)

This commit is contained in:
Filippo Giunchedi
2021-03-27 16:01:48 +01:00
committed by GitHub
parent 6a602794c6
commit c8c8bc3a81
2 changed files with 51 additions and 17 deletions

View File

@@ -62,17 +62,20 @@ of alerts of similar content for an array of hosts, whereas
Alertmanager can group them by alert meta, ideally producing one
single notice in case an issue occurs.
It is possible to configure as much label values as required in
Alertmanager Options section. Every label and it's value should be
It is possible to configure as many label values as required in
Alertmanager Options section. Every label and its value should be
entered as a new line.
Multiple Alertmanager URLs (comma separated) are supported. Each
URL will be tried and the search will stop at the first success.
[Alertmanager Docs](https://prometheus.io/docs/alerting/alertmanager/)
**Example:**
| Config | Example |
| ------ | ------- |
| Alertmanager URL | http://alertmanager.example.com |
| Alertmanager URL(s) | http://alertmanager1.example.com,http://alertmanager2.example.com |
| Alertmanager Options: | source=librenms <br/> customlabel=value |
## API