diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index dcb218a..aeb5c9f 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -167,6 +167,14 @@ } ]; } + { + job_name = "alertmanager"; + static_configs = [ + { + targets = [ "localhost:9093" ]; + } + ]; + } { job_name = "pve-exporter"; static_configs = [