Adds a script to be executed periodically. Its exit code will be
# recorded for all VRRP instances which are monitoring it.
vrrp_script {
script | # path of the script to execute
interval # seconds between script invocations, default 1 second
timeout # seconds after which script is considered to have failed
weight # adjust priority by this weight, default 0
rise # required number of successes for OK transition
fall # required number of successes for KO transition
user USERNAME [GROUPNAME] # user/group names to run script under
# group default to group of user
init_fail # assume script initially is in failed state
}