From 3199eb726279cf051f99ee0294fb1d19391deb78 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 16 May 2017 15:24:55 +0200 Subject: [PATCH] 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. --- postgresql/templates/pgpool.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/postgresql/templates/pgpool.conf.j2 b/postgresql/templates/pgpool.conf.j2 index c4869737..3718912b 100644 --- a/postgresql/templates/pgpool.conf.j2 +++ b/postgresql/templates/pgpool.conf.j2 @@ -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')