From fad3967e8365e06dc48032370f11fd5c8362a8c4 Mon Sep 17 00:00:00 2001 From: "lucas.mathieu" Date: Tue, 30 Dec 2025 12:14:30 +0100 Subject: [PATCH] feat(monitoring): add alertmanager monitoring --- monitoring/prometheus/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index 7e8062e..1b49e66 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -49,3 +49,7 @@ scrape_configs: static_configs: - targets: ['node-exporter:9100'] + + - job_name: 'alertmanager' + static_configs: + - targets: ['alertmanager:9093']