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: