diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-03-07 17:25:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 17:25:06 +0100 |
commit | 8d410c0843f7d8b88a5a20ccb778ae149c6fc098 (patch) | |
tree | ae6fe96cedca2ab2a48f4387cc3aaecc71cb0285 | |
parent | f3d8f9f0518b8f7b7e30716219b2f1b7674d95fb (diff) | |
parent | 25b9e5f1ff2aaffb40a03b2c6e20327e39c41eba (diff) | |
download | vyos-documentation-8d410c0843f7d8b88a5a20ccb778ae149c6fc098.tar.gz vyos-documentation-8d410c0843f7d8b88a5a20ccb778ae149c6fc098.zip |
Merge pull request #1277 from HollyGurza/T6020
T6020:vrrp health-check script not applied correctly in keepalived.conf
-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 7f06faa8..9158ac1d 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 ^^^^^^^^^^^^^^^^^^ |