global_defs { script_user root enable_script_security no_email_faults vrrp_no_swap } vrrp_script chk_dienst_vip { script "/root/bin/check_haproxy.sh" interval 2 weight -50 fall 2 } vrrp_instance VIP { #interface bond2 interface vlan203 virtual_router_id 203 state BACKUP priority 100 #nopreempt advert_int 1 track_script { chk_dienst_vip } authentication { auth_type PASS auth_pass RaBoo9as } virtual_ipaddress { 10.145.43.30/24 dev vlan203 } #mcast_src_ip 10.145.43.33 unicast_src_ip 10.145.43.33 unicast_peer { 10.145.43.31 10.145.43.32 #10.145.43.33 } }