From 7b508febf4c89324f06f7fbcbbaaafc0b416cbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Mon, 8 Jun 2026 15:32:54 -0400 Subject: [PATCH] Disable require_tls for alertmanager local email --- data/common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/common.yaml b/data/common.yaml index 0ce28f35c..7fefe1fe9 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -238,6 +238,7 @@ prometheus::alertmanager::receivers: - name: 'Admin' email_configs: - to: 'root@localhost' + require_tls: false prometheus::alertmanagers_config: - static_configs: