2026-05-17 13:15:24 +02:00
|
|
|
# Prometheus — scrape targets op Docker bridge (naast postgres-homelab, neo4j, …).
|
|
|
|
|
global:
|
|
|
|
|
scrape_interval: 15s
|
|
|
|
|
evaluation_interval: 15s
|
|
|
|
|
|
|
|
|
|
scrape_configs:
|
|
|
|
|
- job_name: prometheus
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets: ["localhost:9090"]
|
|
|
|
|
|
|
|
|
|
- job_name: postgres-exporter
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets: ["postgres-exporter-homelab:9187"]
|
|
|
|
|
labels:
|
2026-05-25 23:15:42 +02:00
|
|
|
instance: postgres-vm102
|
2026-05-17 13:15:24 +02:00
|
|
|
|
|
|
|
|
# Neo4j 4.4+ enterprise metrics.prometheus.enabled → endpoint op poort 2004
|
|
|
|
|
- job_name: neo4j
|
|
|
|
|
scrape_interval: 30s
|
|
|
|
|
metrics_path: /metrics
|
|
|
|
|
static_configs:
|
2026-05-25 23:15:42 +02:00
|
|
|
- targets: ["192.168.1.105:2004"]
|
2026-05-17 13:15:24 +02:00
|
|
|
labels:
|
|
|
|
|
instance: neo4j
|
|
|
|
|
|
|
|
|
|
# Proxmox VE — prometheus-pve-exporter; vul monitoring/prometheus/targets/extra.yml
|
|
|
|
|
- job_name: proxmox-pve
|
|
|
|
|
scrape_interval: 30s
|
|
|
|
|
file_sd_configs:
|
|
|
|
|
- files:
|
|
|
|
|
- /etc/prometheus/targets/extra.yml
|
|
|
|
|
refresh_interval: 1m
|
|
|
|
|
|
|
|
|
|
# Synology / SNMP: zet targets in monitoring/prometheus/targets/snmp.yml en uncomment hieronder.
|
|
|
|
|
# - job_name: snmp
|
|
|
|
|
# scrape_interval: 60s
|
|
|
|
|
# metrics_path: /snmp
|
|
|
|
|
# params:
|
|
|
|
|
# module: [synology]
|
|
|
|
|
# static_configs:
|
|
|
|
|
# - targets:
|
|
|
|
|
# - 192.168.1.211
|
|
|
|
|
# labels:
|
|
|
|
|
# job: snmp-nas
|