Files
prometheus-container/prometheus.yml
Christian Steinle bbefb1dd7b
All checks were successful
Build prometheus image / Build-and-release-image (push) Successful in 2m17s
Remove glances from monitoring stack.
2025-04-18 14:40:52 +02:00

18 lines
426 B
YAML

global:
scrape_interval: 10s
external_labels:
monitor: cs-home-monitor
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ['prometheus.lan']
- job_name: cadvisor
static_configs:
- targets: ['cadvisor.lan']
- job_name: node-exporter
static_configs:
- targets: ['node-exporter.lan']
- job_name: traefik
static_configs:
- targets: ['traefik.fam-steinle.de']