keepalive Bug fix und Stop add

Ein Bug wurde gefixt und eine Benachrichtigung beim service Stop hinzugefügt
This commit is contained in:
kai
2026-04-26 16:06:50 +00:00
parent 2aed337a37
commit 0b4db120c8
+5 -4
View File
@@ -1,7 +1,3 @@
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
@@ -32,4 +28,9 @@ vrrp_instance VI_PIHole {
track_script {
chk_pihole
}
notify_master "/usr/local/bin/failover.sh MASTER"
notify_backup "/usr/local/bin/failover.sh BACKUP"
notify_fault "/usr/local/bin/failover.sh FAULT"
notify_stop "/usr/local/bin/failover.sh STOP"
}