ops: add monitoring compose stack

This commit is contained in:
2026-05-16 21:59:20 +02:00
parent d345d770c2
commit 58eb53a6a8
6 changed files with 375 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
global:
scrape_interval: 15s
evaluation_interval: 15s
external_labels:
site: kallilabcore
scrape_configs:
- job_name: prometheus
static_configs:
- targets:
- prometheus:9090
- job_name: node-exporter
static_configs:
- targets:
- node-exporter:9100
- job_name: cadvisor
static_configs:
- targets:
- cadvisor:8080
- job_name: traefik
metrics_path: /metrics
static_configs:
# Expects Traefik metrics to be reachable on the Unraid host at port 8082.
- targets:
- host.docker.internal:8082