I am running 2VRRP and 2HA. Each VRRP is linked to 1 HA and each HA is
linked to 2 apache webserver.
I am only able to make the vrrp failover when i stop the vrrp service, not
able to do that when i stop the haproxy service or stop all apache services.
Is there a way for haproxy to stop or reflect when all its webfarms are
down?
I am trying to run a script in vrrp as per alot of guides,
vrrp_script chk_haproxy{
script "killall -0 haproxy"
interval 2
weight 2
}
[...]
track_script{
chk_haproxy
}
[...]
However this is not able to change my vrrp state.