From 19fecd46a2980fcf97905aa2485513a6f79271eb Mon Sep 17 00:00:00 2001 From: khramshinr Date: Fri, 1 Mar 2024 12:39:28 +0800 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/high-availability.xml.in') diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index aef57f8ae..558404882 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -345,6 +345,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