You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
534 B
27 lines
534 B
## |
|
## ha.cf -- Heartbeat main configuration |
|
## |
|
# |
|
logfile @l_prefix@/var/heartbeat/ha.log |
|
debugfile @l_prefix@/var/heartbeat/ha.debug |
|
debug 0 |
|
# |
|
keepalive 2 |
|
deadtime 30 |
|
warntime 10 |
|
initdead 120 |
|
# |
|
msgfmt classic |
|
auto_failback on |
|
# |
|
udpport 694 |
|
udp eth0 |
|
#ucast eth0 192.168.1.2 |
|
# |
|
node @l_hostname@ my-peer-hostname |
|
# |
|
#ping 192.168.1.254 |
|
#deadping 30 |
|
#respawn hacluster @l_prefix@/sbin/ipfail |
|
#apiauth ipfail gid=haclient uid=hacluster |
|
#
|
|
|