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:
Andrea Dell'Amico 2017-05-16 15:24:55 +02:00
parent e737cb9661
commit 3199eb7262
1 changed files with 1 additions and 0 deletions

View File

@ -506,6 +506,7 @@ wd_de_escalation_command = 'date >> {{ psql_log_dir }}/wd_pgpool_de_escalation.l
# - Lifecheck Setting -
# -- common --
wd_monitoring_interfaces_list = 'any'
wd_lifecheck_method = 'heartbeat'
# Method of watchdog lifecheck ('heartbeat' or 'query')