monitoring-lite/prometheus.yml.tmpl

19 lines
352 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
basic_auth:
username: 'admin'
password: '{{ secret "prometheus_admin_password" }}'