monitoring-lite/prometheus.yml.tmpl

16 lines
253 B
Cheetah

global:
scrape_interval: 30s
evaluation_interval: 30s
alerting:
alertmanagers:
- static_configs:
- targets:
- alertmanager:9093
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets:
- localhost:9090