Sha256: 4ca49c94986bf39abc878e724237fc0de52a0f3306138ac2f148fdce3e7a580d
Contents?: true
Size: 551 Bytes
Versions: 22
Compression:
Stored size: 551 Bytes
Contents
# Heartbeat keepalive 5 # Time inbetween heartbeats deadtime 32 # wait 10 seconds before declaring dead warntime 16 # issue a warning halfway through initdead 60 # Don't boot instances between 60 seconds of each other logfacility daemon # Log to syslog as facility "daemon" auto_failback on use_logd yes bcast eth0 <% ha_node_ips.chomp.split(/\t/).each_with_index do |ip,index| -%> <% if hostname != ha_nodenames.chomp.split(/\t/)[index] -%> ucast eth0 <%= ip %> <% end -%> <% end -%> node <%= ha_nodenames.chomp.split(/\t/).join(" ") %>
Version data entries
22 entries across 22 versions & 3 rubygems