From 91a844fe4d935f22bdd0e4e184a2c39f1e59fbb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 3 Dec 2024 00:47:00 +0100 Subject: [PATCH] Fix alerting --- services/monitoring/prometheus.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index e627448..47116a2 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -27,6 +27,15 @@ ]; }; }; + alertmanagers = [ + { + static_configs = [ + { + targets = [ "localhost:9093" ]; + } + ]; + } + ]; rules = [ '' groups: