From 9f3f3101ee41b133bae8f2a9e705a11f921d5e31 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Thu, 18 Aug 2022 15:14:05 +0000 Subject: [PATCH] Remove cadvisor --- prometheus.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/prometheus.yml b/prometheus.yml index 740922c..78728ee 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -10,10 +10,6 @@ scrape_configs: static_configs: - targets: ['mon_node-exporter:9100'] - - job_name: 'cadvisor' - static_configs: - - targets: ['mon_cadvisor:8080'] - - job_name: 'fritzbox_exporter' static_configs: - targets: ['192.168.1.100:9042']