summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorkhramshinr <khramshinr@gmail.com>2024-02-12 19:12:01 +0700
committerkhramshinr <khramshinr@gmail.com>2024-02-12 19:12:01 +0700
commit25b9e5f1ff2aaffb40a03b2c6e20327e39c41eba (patch)
tree8b94a0c8c2ee828667a972b7b63c38f4c92f0e98 /docs/configuration
parent79a74a54e71ba3d77cc1f3a8a12b71c104e75249 (diff)
downloadvyos-documentation-25b9e5f1ff2aaffb40a03b2c6e20327e39c41eba.tar.gz
vyos-documentation-25b9e5f1ff2aaffb40a03b2c6e20327e39c41eba.zip
T6020:vrrp health-check script not applied correctly in keepalived.conf
New path was added to sync-group config tree
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/highavailability/index.rst10
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
^^^^^^^^^^^^^^^^^^