ops: add monitoring compose stack
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user