Files
homelab/docker-compose/prometheus/prometheus.yml
T
2026-07-10 07:13:06 +00:00

39 lines
714 B
YAML

global:
scrape_interval: 15s
scrape_timeout: 10s
evaluation_interval: 15s
scrape_configs:
- job_name: prometheus
honor_timestamps: true
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- localhost:4082
- job_name: cloudflared
static_configs:
- targets:
- cloudflared:4090
- job_name: endlessh
static_configs:
- targets:
- endlessh:2112
- job_name: opengist
static_configs:
- targets:
- opengist:3021
- job_name: node
static_configs:
- targets:
- 192.168.100.32:5040
- job_name: pihole-exporter
static_configs:
- targets:
- pihole-exporter:2051