mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
T6020:vrrp health-check script not applied correctly in keepalived.conf
New path was added to sync-group config tree
This commit is contained in:
parent
79a74a54e7
commit
25b9e5f1ff
@ -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
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user