diff --git a/homelab/server/config/prometheus/prometheus.yml b/homelab/server/config/prometheus/prometheus.yml index 837bf230..4c58b555 100644 --- a/homelab/server/config/prometheus/prometheus.yml +++ b/homelab/server/config/prometheus/prometheus.yml @@ -30,7 +30,7 @@ scrape_configs: - job_name: 'mc-monitor' scrape_interval: 60s static_configs: - - targets: ['monitor:8080'] + - targets: ['mc-monitor:8080'] - job_name: 'jafner.tools'