From 453ad28538636e8a2a78b25cadbaf156f70cf5eb Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Sat, 26 Jul 2025 13:59:55 -0700 Subject: [PATCH] =?UTF-8?q?Prometheus=20z=C3=BCckg=C3=A4nging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/prometheus/prometheus.prod.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/prometheus/prometheus.prod.yml b/packages/prometheus/prometheus.prod.yml index dec06029..8c0e5880 100644 --- a/packages/prometheus/prometheus.prod.yml +++ b/packages/prometheus/prometheus.prod.yml @@ -20,10 +20,10 @@ scrape_configs: - job_name: "traefik" static_configs: - targets: ["traefik:8080"] # Traefik dashboard endpoint - - job_name: "Node Exporter" - static_configs: - - targets: - [ - "var01.virtualairrescue.com:9100/metrics", - "var01.virtualairrescue.com:9100/probe?target=https://virtualairrescue.com&module=http_2xx", - ] +# - job_name: "Node Exporter" +# static_configs: +# - targets: +# [ +# "var01.virtualairrescue.com:9100/metrics", +# "var01.virtualairrescue.com:9100/probe?target=https://virtualairrescue.com&module=http_2xx", +# ]