Doc: mention that health check process may use SSL.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 28 Aug 2022 03:54:51 +0000 (12:54 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 28 Aug 2022 04:23:18 +0000 (13:23 +0900)
Also mention that streaming replication check may use SSL too.
This should have been added since 2010.

Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2022-August/004188.html

doc.ja/src/sgml/healthcheck.sgml
doc.ja/src/sgml/stream-check.sgml
doc/src/sgml/healthcheck.sgml
doc/src/sgml/stream-check.sgml

index a5e998fc99dfa04b792b6d156b5d013a4af508f6..e5baa79cf7104da61f984a153e0549cb4e8302fb 100644 (file)
   -->
   <productname>Pgpool-II</productname>はサーバやネットワークの障害を検知するために、設定されたバックエンドに定期的に接続を試みます。
   この障害チェックの手続きを「ヘルスチェック」と言います。
+ </para>
+ <para>
+  <!--
+  If <link linkend="runtime-ssl">SSL</link> is enabled, health check
+  process may use SSL connection.
+  -->
+  <link linkend="runtime-ssl">SSL</link>が有効なら、ヘルスチェックプロセスはSSL接続を使うかもしれません。
+ </para> 
+ <para>
   障害が検知されると、<productname>Pgpool-II</productname>は設定に基づいてフェイルオーバや縮退運転を試みます。
   <caution>
    <para>
index 69f4ba39f80f00474b6c899812427b0bfc18a417..14b2ea5660cf47eb5f54fa2242079dab840ac267 100644 (file)
      ストリーミングレプリケーションのチェックを行う<productname>PostgreSQL</>ユーザ名を指定します。
      このユーザは、すべてのバックエンドに存在しなければなりません。
     </para>
+    <para>
+     <!--
+     If <link linkend="runtime-ssl">SSL</link> is enabled, the
+     streaming replication check process may use SSL connection.
+     -->
+     <link linkend="runtime-ssl">SSL</link>が有効なら、ストリーミングレプリケーションチェックプロセスはSSL接続を使うかもしれません。
+    </para> 
     <note>
      <para>
       <!--
index 97f51c0f79572b36b9d73b1f51ae5d9a0ad40048..061fb74f4ad3048346b8bc4b16a86d79e024e5e0 100644 (file)
@@ -7,6 +7,12 @@
   <productname>Pgpool-II</productname> periodically connects to the configured
   PostgreSQL backends to detect any error on the servers or networks.
   This error check procedure is called "health check".
+ </para>
+ <para>
+  If <link linkend="runtime-ssl">SSL</link> is enabled, health check
+  process may use SSL connection.
+ </para> 
+ <para>
   If an error is detected, <productname>Pgpool-II</productname> performs failover
   or degeneration depending on the configurations.
   <caution>
index b0d103519f9d2c6d724a0303389027e1dbee6319..cb669ad8bc62f20201f7813c667808b49a060874 100644 (file)
      Specifies the <productname>PostgreSQL</> user name to perform streaming replication check.
      The user must exist on all the <productname>PostgreSQL</> backends.
     </para>
+    <para>
+     If <link linkend="runtime-ssl">SSL</link> is enabled, the
+     streaming replication check process may use SSL connection.
+    </para> 
     <note>
      <para>
       <varname>sr_check_user</varname>> and <xref linkend="guc-sr-check-password">