diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index dc4a6b8..a405027 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -76,3 +76,6 @@ scrape_configs: static_configs: - targets: ['serveurlucas:9709'] + - job_name: 'dcgm-exporter' + static_configs: + - targets: ['serveurlucas:27055']