On my Sles i have keepalived, and haproxy. In two days i had 4 disconnects from keepalived.
Keepalived v1.2.7 (11/20,2012)
In syslog only this messages. Who can help with solving the problem?
Keepalived_vrrp[28102]: VRRP_Script(chk_haproxy) timed out
Keepalived_vrrp[28102]: Process [448] didn't respond to SIGTERM
Keepalived_vrrp[28102]: Process [450] didn't respond to SIGTERM
Keepalived_vrrp[28102]: VRRP_Script(chk_haproxy) succeeded
My config looks like
vrrp_script chk_haproxy {
script "killall -0 haproxy"
interval 2
weight 2
}
vrrp_instance VIP_1 {
interface eth2
state MASTER
virtual_router_id 88
priority 101
virtual_ipaddress {
192.168.1.95
}
track_script {
chk_haproxy
}