keepalive Bug fix und Stop add
Ein Bug wurde gefixt und eine Benachrichtigung beim service Stop hinzugefügt
This commit is contained in:
+5
-4
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user