monitoring-ng/prometheus.yml.tmpl

20 lines
419 B
Cheetah
Raw Normal View History

2022-03-31 12:26:41 +00:00
global:
scrape_interval: 30s
evaluation_interval: 30s
alerting:
alertmanagers:
- static_configs:
- targets:
- alertmanager:9093
scrape_configs:
- job_name: "default"
2023-02-13 15:10:33 +00:00
scrape_interval: 30s
2023-02-11 15:36:26 +00:00
metrics_path: "/metrics"
2022-03-31 12:26:41 +00:00
file_sd_configs:
- files:
- /prometheus/scrape_configs/*.yml
2023-02-11 15:36:26 +00:00
basic_auth:
username: admin
2023-02-13 15:10:33 +00:00
password: {{ secret "basic_auth_admin_password" }}