From 2943d9bb0f65fb9c1a605b9c1906c25ae827a656 Mon Sep 17 00:00:00 2001 From: khramshinr Date: Thu, 8 Feb 2024 15:57:39 +0700 Subject: vrrp: T6020: vrrp health-check script not applied correctly in keepalived.conf Added health-check to sync-group in CLI Don't use instance health-check when instance in sync group member Disallow wrong healtch-check configurations New smoke test --- interface-definitions/high-availability.xml.in | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index 59f0f1052..af8f1ba68 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -344,6 +344,55 @@ + + + Health check + + + + + Health check failure count required for transition to fault + + + + + 3 + + + + Health check execution interval in seconds + + + + + 60 + + + + ICMP ping health check + + ipv4 + IPv4 ping target address + + + ipv6 + IPv6 ping target address + + + + + + + + + Health check script file + + + + + + + #include -- cgit v1.2.3