Files
homelab/docker-compose/prometheus/prometheus.yml
T
2026-07-05 20:16:22 +00:00

50 lines
944 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:9090
- job_name: cloudflared
static_configs:
- targets:
- cloudflared:4090
- job_name: dawarich-app
static_configs:
- targets:
- dawarich-app:9394
- dawarich-sidekiq:9394
- 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
- job_name: ollama-exporter
static_configs:
- targets:
- ollama-exporter:5021