No bump for now

This commit is contained in:
Ian Southam 2015-01-27 16:59:07 +01:00 committed by wilderrodrigues
parent f5ef75ee7e
commit e95a6498b5

View File

@ -19,11 +19,11 @@ global_defs {
router_id [ROUTER_ID] router_id [ROUTER_ID]
} }
vrrp_script check_bumpup { !vrrp_script check_bumpup {
script "[RROUTER_BIN_PATH]/check_bumpup.sh" !script "[RROUTER_BIN_PATH]/check_bumpup.sh"
interval 5 !interval 5
weight [DELTA] !weight [DELTA]
} !}
vrrp_script heartbeat { vrrp_script heartbeat {
script "[RROUTER_BIN_PATH]/heartbeat.sh" script "[RROUTER_BIN_PATH]/heartbeat.sh"
@ -47,7 +47,7 @@ vrrp_instance inside_network {
} }
track_script { track_script {
check_bumpup !check_bumpup
heartbeat heartbeat
} }