/etc/yate/heartbeat.conf is in yate-core 5.4.0-1-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | [general]
; This section sets global variables of the implementation
; enabled: bool: Enable operation of this module
;enabled=true
; node: string: Name of this cluster node, default to engine's node name
;node=
; host: ipaddress: IP address to send heartbeat packets to, must be set
;host=
; port: int: UDP destination port number to send heartbeat packets
;port=694
; broadcast: bool: Attempt to enable broadcast packet delivery
;broadcast=true
; ttl: int: TTL included in heartbeat packets
;ttl=2
[authentication]
; Control on how we authenticate to other Linux-HA daemons
; index: int: Index of authentication key in the remote authkeys file
;index=
; method: keyword: Authentication method, one of: crc, md5, sha1
;method=
; key: string: Authentication key (secret) for md5 and sha1 methods
;key=
[priorities]
; Entries in this section set the priority of each handler in engine's chain
: engine.timer: int: Priority of "engine.timer" handler
;engine.timer=150
: engine.halt: int: Priority of "engine.halt" handler
;engine.halt=50
|