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:
David 2017-11-06 10:46:09 +01:00 committed by Julius Volz
parent 8a9b32d0eb
commit e3b926c03b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ global:
# Alertmanager configuration # Alertmanager configuration
alerting: alerting:
alertmanagers: alertmanagers:
- static_config: - static_configs:
- targets: - targets:
# - alertmanager:9093 # - alertmanager:9093