monitoring-lite/prometheus.yml.tmpl

19 lines
352 B
Cheetah
Raw Normal View History

2022-03-17 09:18:32 +00:00
global:
2022-03-17 21:11:51 +00:00
scrape_interval: 30s
evaluation_interval: 30s
2022-03-17 09:18:32 +00:00
alerting:
alertmanagers:
- static_configs:
- targets:
2022-03-17 21:11:51 +00:00
- alertmanager:9093
2022-03-17 09:18:32 +00:00
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets:
- localhost:9090
2022-03-18 13:50:28 +00:00
basic_auth:
username: 'admin'
password: '{{ secret "prometheus_admin_password" }}'