From: Yugo Nagata Date: Wed, 17 Jul 2013 07:48:29 +0000 (+0900) Subject: Fix to show watchdog lifecheck method in summary status X-Git-Tag: V3_3_RC1~8 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c01e4c7bdc28dbbaaef8a085c676c21be1320110;p=pgpooladmin.git Fix to show watchdog lifecheck method in summary status --- diff --git a/innerSummary.php b/innerSummary.php index 7279c06..083a83e 100644 --- a/innerSummary.php +++ b/innerSummary.php @@ -38,6 +38,7 @@ $params = readConfigParams(array('parallel_mode', 'replication_mode', 'load_balance_mode', 'use_watchdog', + 'wd_lifecheck_method', 'health_check_period')); $tpl->assign('params', $params); diff --git a/templates/innerSummary.tpl b/templates/innerSummary.tpl index 57411c1..b5a0a37 100644 --- a/templates/innerSummary.tpl +++ b/templates/innerSummary.tpl @@ -79,7 +79,7 @@ td > img { Watchdog {if $params.use_watchdog == 'on'} - {$message.strOn|escape} + {$message.strOn|escape} / {$params.wd_lifecheck_method} {else} {$message.strOff|escape} {/if}