Configure alertmanager, the 2.0 way
This commit is contained in:
parent
91389ccbf2
commit
76159c8b38
|
@ -15,6 +15,12 @@ rule_files:
|
|||
# - "first.rules"
|
||||
# - "second.rules"
|
||||
|
||||
alerting:
|
||||
alertmanagers:
|
||||
- static_configs:
|
||||
- targets:
|
||||
- alertmanager:9093
|
||||
|
||||
# A scrape configuration containing exactly one endpoint to scrape:
|
||||
# Here it's Prometheus itself.
|
||||
scrape_configs:
|
||||
|
|
Loading…
Reference in New Issue