From 23adf5a6beba79b52cc8e80a6fdbfdaef2703a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 7 Jun 2025 22:03:08 +0200 Subject: [PATCH] remove pve exporter --- deploy/prometheus/prometheus-additional-scrape-configs.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deploy/prometheus/prometheus-additional-scrape-configs.yaml b/deploy/prometheus/prometheus-additional-scrape-configs.yaml index 8376fd8..448ada8 100644 --- a/deploy/prometheus/prometheus-additional-scrape-configs.yaml +++ b/deploy/prometheus/prometheus-additional-scrape-configs.yaml @@ -10,8 +10,3 @@ stringData: metrics_path: /metrics static_configs: - targets: ['node-exporter.holly.panic.haus'] - - job_name: 'proxmox-holly-pve-exporter' - scheme: https - metrics_path: /metrics - static_configs: - - targets: ['pve-exporter.holly.panic.haus']