Merge pull request #1316 from vyos/mergify/bp/sagitta/pr-1277

T6020:vrrp health-check script not applied correctly in keepalived.conf (backport #1277)
This commit is contained in:
Daniil Baturin 2024-03-07 18:07:02 +01:00 committed by GitHub
commit b41f22b4fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -318,6 +318,16 @@ times:
set high-availability vrrp group Foo health-check interval 60 set high-availability vrrp group Foo health-check interval 60
set high-availability vrrp group Foo health-check failure-count 3 set high-availability vrrp group Foo health-check failure-count 3
When the vrrp group is a member of the sync group will use only
the sync group health check script.
This example shows how to configure it for the sync group:
.. code-block:: none
set high-availability vrrp sync-group Bar health-check script /config/scripts/vrrp-check.sh
set high-availability vrrp sync-group Bar health-check interval 60
set high-availability vrrp sync-group Bar health-check failure-count 3
Transition scripts Transition scripts
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^