From 6b5e0cfdae688dcd7d4fc49498b741fa2d84bd69 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Fri, 16 Jan 2026 22:56:53 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20zus=C3=A4tzliche=20Scrape-Konfigura?= =?UTF-8?q?tionen=20f=C3=BCr=20CrowdSec=20in=20die=20Prometheus-Spezifikat?= =?UTF-8?q?ion=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../homelab-apps/templates/kube-prometheus-stack.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/09_homelab_apps/homelab-apps/templates/kube-prometheus-stack.yaml b/09_homelab_apps/homelab-apps/templates/kube-prometheus-stack.yaml index 9511408..ed475cc 100644 --- a/09_homelab_apps/homelab-apps/templates/kube-prometheus-stack.yaml +++ b/09_homelab_apps/homelab-apps/templates/kube-prometheus-stack.yaml @@ -57,6 +57,9 @@ spec: prometheus: prometheusSpec: additionalScrapeConfigs: + - job_name: 'crowdsec' + static_configs: + - targets: ['192.168.250.10:6060'] - job_name: "traefik-synology" metrics_path: /metrics static_configs: