blumeops/ansible/roles/prometheus/templates/prometheus.yml.j2
Erich Blume c182f4903d Add ansible_managed header to prometheus.yml template
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 21:50:55 -08:00

15 lines
359 B
Django/Jinja

# {{ ansible_managed }}
global:
scrape_interval: 15s
scrape_configs:
- job_name: "node-exporter-indri"
static_configs:
- targets: ["localhost:9090"]
- targets: ["localhost:9100"]
relabel_configs:
- target_label: instance
replacement: indri
- job_name: "node-exporter-sifaka"
static_configs:
- targets: ["sifaka:9100"]