| 123456789101112131415161718192021222324252627 |
- ##
- ## 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
- 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
- #
|