Explicitely add alertmanager to example config (#3383)

As alertmanager needs to be configured in the config file in Prometheus 2, I think it is useful to have it in the example config.

Also renamed the rules in the example config so they are explicitely yml files.
This commit is contained in:
Julien Pivotto 2017-10-31 23:02:08 +01:00 committed by Julius Volz
parent 3701a827cf
commit 3382f39046
1 changed files with 9 additions and 2 deletions

View File

@ -9,10 +9,17 @@ global:
external_labels:
monitor: 'codelab-monitor'
# Alertmanager configuration
alerting:
alertmanagers:
- static_config:
- targets:
# - alertmanager:9093
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
rule_files:
# - "first.rules"
# - "second.rules"
# - "first_rules.yml"
# - "second_rules.yml"
# A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.