monitoring-lite/prometheus.yml.tmpl

16 lines
253 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