ansible-role-prometheus/defaults/main.yml
2020-05-22 14:47:56 +02:00

17 lines
377 B
YAML

prometheus:
config:
global:
scrape_interval: 15s
evaluation_interval: 15s
external_labels:
monitor: 'example'
alerting:
alertmanagers:
- static_configs:
- targets: ['localhost:9093']
rule_files:
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']