From 3c1622ba21a532bfb09f38e3ce97ce8a858e0719 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 24 Feb 2026 09:55:28 +0100 Subject: [PATCH] add port --- hosts/monitoring/prometheus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";