From eba0d45d50f1ea4cc263b4696bbff7f97058ca92 Mon Sep 17 00:00:00 2001 From: Stefan Mewes Date: Fri, 30 May 2025 22:24:59 +0200 Subject: [PATCH] smtp alert aus keepalived per Gotify --- keepalived.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/keepalived.conf b/keepalived.conf index 0506188..c15a02a 100644 --- a/keepalived.conf +++ b/keepalived.conf @@ -1,4 +1,10 @@ global_defs { + notification_email { + dns1@mewes-chen.de + } + notification_email_from dns1@mewes-chen.de + smtp_server infrastruktur.proxmox.homelab + smtp_connect_timeout 30 max_auto_priority enable_script_security }