mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
No bump for now
This commit is contained in:
parent
f5ef75ee7e
commit
e95a6498b5
@ -19,11 +19,11 @@ global_defs {
|
||||
router_id [ROUTER_ID]
|
||||
}
|
||||
|
||||
vrrp_script check_bumpup {
|
||||
script "[RROUTER_BIN_PATH]/check_bumpup.sh"
|
||||
interval 5
|
||||
weight [DELTA]
|
||||
}
|
||||
!vrrp_script check_bumpup {
|
||||
!script "[RROUTER_BIN_PATH]/check_bumpup.sh"
|
||||
!interval 5
|
||||
!weight [DELTA]
|
||||
!}
|
||||
|
||||
vrrp_script heartbeat {
|
||||
script "[RROUTER_BIN_PATH]/heartbeat.sh"
|
||||
@ -47,7 +47,7 @@ vrrp_instance inside_network {
|
||||
}
|
||||
|
||||
track_script {
|
||||
check_bumpup
|
||||
!check_bumpup
|
||||
heartbeat
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user