forked from ISTI-ansible-roles/ansible-roles
library/roles/postgresql/templates/pgpool.conf.j2: Add a new watchdog option to the pgpool conf. No functionality changes, only a new default from the new version.
This commit is contained in:
parent
e737cb9661
commit
3199eb7262
|
@ -506,6 +506,7 @@ wd_de_escalation_command = 'date >> {{ psql_log_dir }}/wd_pgpool_de_escalation.l
|
||||||
# - Lifecheck Setting -
|
# - Lifecheck Setting -
|
||||||
|
|
||||||
# -- common --
|
# -- common --
|
||||||
|
wd_monitoring_interfaces_list = 'any'
|
||||||
|
|
||||||
wd_lifecheck_method = 'heartbeat'
|
wd_lifecheck_method = 'heartbeat'
|
||||||
# Method of watchdog lifecheck ('heartbeat' or 'query')
|
# Method of watchdog lifecheck ('heartbeat' or 'query')
|
||||||
|
|
Loading…
Reference in New Issue