From 75c3d3089f0aabbc4e267a62d1087e632d71098e Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 26 Mar 2025 12:27:31 +0100 Subject: [PATCH] Add glances data to prometheus. --- prometheus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prometheus.yml b/prometheus.yml index d013489..93c75f9 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -15,3 +15,6 @@ scrape_configs: - job_name: traefik static_configs: - targets: ['traefik.fam-steinle.de'] + - job_name: glances + static_configs: + - targets: ['glances.lan']