Fix typo in AM config field static_configs (#3415)
* typo in prometheus.yml field causes prometheus to throw an error Fixes #3414
This commit is contained in:
parent
8a9b32d0eb
commit
e3b926c03b
|
@ -12,7 +12,7 @@ global:
|
||||||
# Alertmanager configuration
|
# Alertmanager configuration
|
||||||
alerting:
|
alerting:
|
||||||
alertmanagers:
|
alertmanagers:
|
||||||
- static_config:
|
- static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
# - alertmanager:9093
|
# - alertmanager:9093
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue