diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-03-07 18:07:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 18:07:02 +0100 |
commit | b41f22b4fbb3152352a6692c7776b9eea6bac2ec (patch) | |
tree | 977a7579da30ae601f526143fce92b0a6fec6f7b | |
parent | 95e86574b41a64ec8f80a66bd698c073dfc7852c (diff) | |
parent | 659a95161c17c24abd910815d378e5e7758ccb60 (diff) | |
download | vyos-documentation-b41f22b4fbb3152352a6692c7776b9eea6bac2ec.tar.gz vyos-documentation-b41f22b4fbb3152352a6692c7776b9eea6bac2ec.zip |
Merge pull request #1316 from vyos/mergify/bp/sagitta/pr-1277
T6020:vrrp health-check script not applied correctly in keepalived.conf (backport #1277)
-rw-r--r-- | docs/configuration/highavailability/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/configuration/highavailability/index.rst b/docs/configuration/highavailability/index.rst index 2f20e783..e624bd9b 100644 --- a/docs/configuration/highavailability/index.rst +++ b/docs/configuration/highavailability/index.rst @@ -318,6 +318,16 @@ times: set high-availability vrrp group Foo health-check interval 60 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 ^^^^^^^^^^^^^^^^^^ |