From 2a2117b39c223aca227940f1b1f837fd23e5871e Mon Sep 17 00:00:00 2001 From: kai Date: Sun, 26 Apr 2026 15:15:08 +0000 Subject: [PATCH] =?UTF-8?q?Notify=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit notify_master "/usr/local/bin/failover.sh MASTER" notify_backup "/usr/local/bin/failover.sh BACKUP" notify_fault "/usr/local/bin/failover.sh FAULT" --- keepalived.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keepalived.conf b/keepalived.conf index dcf950d..29c61a5 100644 --- a/keepalived.conf +++ b/keepalived.conf @@ -1,3 +1,7 @@ +notify_master "/usr/local/bin/failover.sh MASTER" +notify_backup "/usr/local/bin/failover.sh BACKUP" +notify_fault "/usr/local/bin/failover.sh FAULT" + vrrp_script chk_pihole { script "/usr/local/bin/check_pihole.sh" interval 2