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']