From bbefb1dd7baac653f03c77a3480dd21856e4b13f Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Fri, 18 Apr 2025 14:40:52 +0200 Subject: [PATCH] Remove glances from monitoring stack. --- prometheus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/prometheus.yml b/prometheus.yml index 14170e2..d013489 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -15,6 +15,3 @@ scrape_configs: - job_name: traefik static_configs: - targets: ['traefik.fam-steinle.de'] - - job_name: glances - static_configs: - - targets: ['glances.fam-steinle.de']