feat(monitoring): add crowdsec job

This commit is contained in:
root
2026-02-10 10:34:04 +00:00
parent 03c20e678b
commit 54114eefab

View File

@@ -79,3 +79,7 @@ scrape_configs:
- job_name: 'dcgm-exporter' - job_name: 'dcgm-exporter'
static_configs: static_configs:
- targets: ['serveurlucas:27055'] - targets: ['serveurlucas:27055']
- job_name: 'crowdsec'
static_configs:
- targets: ['serveurlucas:60601']