From 54114eefabcdc335828c96181828dbe89c81c87b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Feb 2026 10:34:04 +0000 Subject: [PATCH] feat(monitoring): add crowdsec job --- monitoring/prometheus/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index 86a2b14..75ab205 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -79,3 +79,7 @@ scrape_configs: - job_name: 'dcgm-exporter' static_configs: - targets: ['serveurlucas:27055'] + + - job_name: 'crowdsec' + static_configs: + - targets: ['serveurlucas:60601']