diff --git a/hosts/monitoring/prometheus.nix b/hosts/monitoring/prometheus.nix index 34b9ea2..9d764d2 100644 --- a/hosts/monitoring/prometheus.nix +++ b/hosts/monitoring/prometheus.nix @@ -53,7 +53,7 @@ scrape_interval = "15s"; static_configs = [ { - targets = ["ellsberg.berlin.ccc.de"]; + targets = ["ellsberg.berlin.ccc.de:8006"]; } ]; metrics_path = "/pve";