From 0e894456119c833a6ce790c6ae241b5d8d322716 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 17 Feb 2026 19:40:16 +0100 Subject: [PATCH] fix 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 a0c9b58..0adb80b 100644 --- a/hosts/monitoring/prometheus.nix +++ b/hosts/monitoring/prometheus.nix @@ -53,7 +53,7 @@ { job_name = "postgres"; scrape_interval = "15s"; - static_configs = [{ targets = [ "sql.berlin.ccc.de:${config.services.prometheus.exporters.postgres.port}" ]; }]; + static_configs = [{ targets = [ "sql.berlin.ccc.de:${toString config.services.prometheus.exporters.postgres.port}" ]; }]; } ]; ruleFiles = [