ha.cf 510 B

123456789101112131415161718192021222324252627
  1. ##
  2. ## ha.cf -- Heartbeat main configuration
  3. ##
  4. #
  5. logfile @l_prefix@/var/heartbeat/ha.log
  6. debugfile @l_prefix@/var/heartbeat/ha.debug
  7. debug 0
  8. #
  9. keepalive 2
  10. deadtime 30
  11. warntime 10
  12. initdead 120
  13. #
  14. msgfmt classic
  15. auto_failback on
  16. #
  17. udpport 694
  18. ucast eth0 192.168.1.2
  19. #
  20. node @l_hostname@ my-peer-hostname
  21. #
  22. #ping 192.168.1.254
  23. #deadping 30
  24. #respawn hacluster @l_prefix@/sbin/ipfail
  25. #apiauth ipfail gid=haclient uid=hacluster
  26. #