Files
ansible/prometheus/templates/prometheus.yml.j2

16 lines
299 B
Plaintext
Raw Normal View History

2026-01-02 17:27:22 -05:00
global:
2026-01-02 17:47:23 -05:00
scrape_interval: 15s
2026-01-02 17:27:22 -05:00
evaluation_interval: 15s
rule_files:
# - "first.rules"
# - "second.rules"
scrape_configs:
- job_name: prometheus
static_configs:
2026-01-02 17:47:23 -05:00
- targets: ["localhost:9090"]
- job_name: gateway
static_configs:
- targets: ["openwrt.malcolms.xyz:9100"]