From 2824718e5363d113ca40cdb7d806492d768c547f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 24 Jan 2025 23:34:43 +0100 Subject: [PATCH] Collect alertmanager metrics --- services/monitoring/prometheus.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = [