{
global $tpl;
-
$result = execPcp('PCP_WATCHDOG_INFO', $i);
if (!array_key_exists('SUCCESS', $result)) {
- $errorCode = 'e1003';
+ $errorCode = 'e1013';
$tpl->assign('errorCode', $errorCode);
$tpl->display('innerError.tpl');
exit();
<tr><th class="right_border"><label>e1009</label></th><td class="right_border">No found pcp.conf.</td><td>Please confirm whether in the place that pcp.conf specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to pcp.conf. </td></tr>
<tr><th class="right_border"><label>e1010</label></th><td class="right_border">pcp_attach_node command error occurred.</td><td>It is an execution of pcp_attach_node error. Please confirm whether pcp_detach_node can be normally executed. </td></tr>
<tr><th class="right_border"><label>e1011</label></th><td class="right_border">No found log ifle.</td><td>Please confirm whether in the place that the pgpool log file specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to the specified log file. It is made for the directory specified with logdir of pgpool.conf by the file name of pgpool.log when not specifying it. </td></tr>
+<tr><th class="right_border"><label>e1012</label></th><td class="right_border">pcp_recovery_node command error occurred.</td><td>It is an execution of pcp_recovery_node error. Please confirm whether pcp_recovery_node can be normally executed. </td></tr>
+<tr><th class="right_border"><label>e1013</label></th><td class="right_border">pcp_watchdog_info command error occurred.</td><td>It is an execution of pcp_watchdog_info error. Please confirm whether pcp_watchdog_info can be normally executed. </td></tr>
</table>
<tr><th class="right_border"><label>e1009</label></th><td class="right_border">ๆๅฎใใpcp.confใ่ฆใคใใใพใใ</td><td>pcp.confใ่จญๅฎใกใใฅใผใงๆๅฎใใๅ ดๆใซใใใ็ขบ่ชใใฆใใ ใใใใพใpcp.confใซ้ฉๅใชใขใฏใปในๆจฉใใใใ็ขบ่ชใใฆใใ ใใใ</td></tr>
<tr><th class="right_border"><label>e1010</label></th><td class="right_border">pcp_attach_nodeใณใใณใใงใจใฉใผใ็บ็ใใพใใ</td><td>pcp_attach_nodeใฎๅฎ่กใจใฉใผใงใใpcp_detach_nodeใๆญฃๅธธใซๅฎ่กใงใใใ็ขบ่ชใใฆใใ ใใใ</td></tr>
<tr><th class="right_border"><label>e1011</label></th><td class="right_border">ใญใฐใใกใคใซใ่ฆใคใใใพใใ</td><td>pgpoolใญใฐใใกใคใซใ่จญๅฎใกใใฅใผใงๆๅฎใใๅ ดๆใซใใใ็ขบ่ชใใฆใใ ใใใใพใๆๅฎใใใญใฐใใกใคใซใซ้ฉๅใชใขใฏใปในๆจฉใใใใ็ขบ่ชใใฆใใ ใใใๆๅฎใใชใๅ ดๅใซใฏใpgpool.confใฎlogdirใงๆๅฎใใใใฃใฌใฏใใชใซpgpool.logใจใใใใกใคใซๅใงไฝๆใใใพใใ</td></tr>
+<tr><th class="right_border"><label>e1012</label></th><td class="right_border">pcp_recovery_nodeใณใใณใใงใจใฉใผใ็บ็ใใพใใ</td><td>pcp_recovery_nodeใฎๅฎ่กใจใฉใผใงใใpcp_recovery_nodeใๆญฃๅธธใซๅฎ่กใงใใใ็ขบ่ชใใฆใใ ใใใ</td></tr>
+<tr><th class="right_border"><label>e1013</label></th><td class="right_border">pcp_watchdog_infoใณใใณใใงใจใฉใผใ็บ็ใใพใใ</td><td>pcp_watchdog_infoใฎๅฎ่กใจใฉใผใงใใpcp_watchdog_infoใๆญฃๅธธใซๅฎ่กใงใใใ็ขบ่ชใใฆใใ ใใใ</td></tr>
</table>
<h3>ใใผใในใใผใฟใน</h3>
'e1010' => 'pcp_attach_node command error occurred.',
'e1011' => 'Log file not found.',
'e1012' => 'pcp_recovery_node command error occurred.',
+ 'e1013' => 'pcp_watchdog_info command error occurred.',
'e2001' => 'Database connection error occurred.',
'e2002' => 'The error occurred when SELECT was executed',
'e2003' => 'pgpool.conf not found.',
'e1010' => 'pcp_attach_nodeใณใใณใใงใจใฉใผใ็บ็ใใพใใ',
'e1011' => 'ใญใฐใใกใคใซใ่ฆใคใใใพใใ',
'e1012' => 'pcp_recovery_nodeใณใใณใใงใจใฉใผใ็บ็ใใพใใ',
+ 'e1013' => 'pcp_watchdog_infoใณใใณใใงใจใฉใผใ็บ็ใใพใใ',
'e2001' => 'ใใผใฟใใผในใซๆฅ็ถใงใใพใใ',
'e2002' => 'ใฌใณใผใๅๅพๆใซใจใฉใผใ็บ็ใใพใใ',
'e2003' => 'pgpool.confใ่ฆใคใใใพใใ',