global_defs { notification_email { syscom@csclub.uwaterloo.ca } notification_email_from load-balancer@csclub.uwaterloo.ca } vrrp_script check_haproxy { script "pidof haproxy" interval 1 weight: -20 } ! load-balancer.csclub.uwaterloo.ca vrrp_instance VI_10 { state MASTER interface eth0 virtual_router_id 10 priority {{ lb_priority }} advert_int 1 authentication { auth_type PASS auth_pass CSC_VRRP } track_script { check_haproxy } virtual_ipaddress { 129.97.134.10 2620:101:f000:4901:c5c::10ad } } ! load-balancer-cloud.csclub.uwaterloo.ca vrrp_instance VI_11 { state MASTER interface eth0 virtual_router_id 11 priority {{ lb_priority }} advert_int 1 authentication { auth_type PASS auth_pass CSC_VRRP } track_script { check_haproxy } virtual_ipaddress { 129.97.134.11 2620:101:f000:4901:c5c::c:10ad } } ! load-balancer-object.csclub.uwaterloo.ca vrrp_instance VI_12 { state MASTER interface eth0 virtual_router_id 12 priority {{ lb_priority }} advert_int 1 authentication { auth_type PASS auth_pass CSC_VRRP } track_script { check_haproxy } virtual_ipaddress { 129.97.134.12 2620:101:f000:4901:c5c::c0b:10ad } }