{
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が見つかりません',