From 11c9a5b3a7bbf4f09455c7d2c8689512cd6d04c0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 12 Jun 2025 04:10:54 +0200 Subject: [PATCH] go-neb: fix port When binding to localhost I introduced a typo in the port number which broke the alerting pipeline. --- build/pluto/prometheus/alertmanager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pluto/prometheus/alertmanager.nix b/build/pluto/prometheus/alertmanager.nix index 00e53c61..64750639 100644 --- a/build/pluto/prometheus/alertmanager.nix +++ b/build/pluto/prometheus/alertmanager.nix @@ -109,7 +109,7 @@ services.go-neb = { enable = true; - bindAddress = "localhost:4500"; + bindAddress = "localhost:4050"; baseUrl = "http://localhost"; secretFile = config.age.secrets.alertmanager-matrix-forwarder.path; config = {