From 5a4c8f76e831ee8b237d63216be13871c145615d Mon Sep 17 00:00:00 2001 From: Steven Colby Date: Tue, 13 Oct 2015 09:49:47 -0600 Subject: Added vrrp 'timeout' to synopsis A new vrrp 'timeout' parameter was added in version 1.2.6 (Git commit: 019ad5b3a3e4a21a36ca570d370bbaaa34536283 ) but not documented in the big keepalived.conf.SYNOPSIS example file. (cherry picked from commit b4e5b977aafc7b4884984b305b686113fec06138) --- doc/keepalived.conf.SYNOPSIS | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/keepalived.conf.SYNOPSIS b/doc/keepalived.conf.SYNOPSIS index 0bdbc87..6837892 100644 --- a/doc/keepalived.conf.SYNOPSIS +++ b/doc/keepalived.conf.SYNOPSIS @@ -89,6 +89,7 @@ This block is divided in 3 sub-block : vrrp_script { # VRRP script declaration script # script to run periodically interval # run the script this every seconds + timeout # script considered failed after 'timeout' seconds weight # adjust priority by this weight fall # required number of failures for KO switch rise # required number of successes for OK switch -- 1.7.12.1