ja:documentation:03_monitoring:14_syncserver_monitoring

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
ja:documentation:03_monitoring:14_syncserver_monitoring [2022/10/28 09:03] – [全体の例] junichija:documentation:03_monitoring:14_syncserver_monitoring [2022/10/28 09:11] – [その他の設定パラメータ] junichi
行 107: 行 107:
 </code> </code>
  
-=== SSL を使った同期サーバ設定 === +==== SSL を使った同期サーバ設定 ====
-同期サーバの通信では、SSL の利用に対応しています。**pandora_server.conf** にさまざまなパラメータを追加する必要があります。また、リモートの Tentacle サーバのスクリプトにも同様に通常の SSL 接続を行うためのオプションが必要です。+
  
-**pandora_server.conf** 内:+<WRAP center round tip 60%>
  
-  * **sync_ca**: <認証局証明書のパス> +There is a [[:en:documentation:08_technical_reference:09_tentacle#safe_tentacle_configuration|quick guide]] on how to set up a Tentacle server with security options. 
-  * **sync_cert**: <サーバの証明書のパス> + 
-  * **sync_key**: <サーバの秘密鍵のパス>+</WRAP> 
 + 
 +<WRAP center round tip 60%> 
 + 
 +Tentacle サーバをセキュリティオプション付きで設定する方法は、[[:ja:documentation:08_technical_reference:09_tentacle#セキュリティオプション付での_tentacle_設定ガイド|クイックガイド]] にあります。 
 + 
 +</WRAP> 
 + 
 +**Sync server**  communications support SSL certificate use. Several parameters must be added to the ''pandora_server.conf''  file, and in the remote Tentacle server script, the same options should be used to achieve normal SSL connection. 
 + 
 +**同期サーバ**の通信では、SSL の利用に対応しています。''pandora_server.conf'' にさまざまなパラメータを追加する必要があります。また、リモートの Tentacle サーバのスクリプトにも同様に通常の SSL 接続を行うためのオプションが必要です。 
 + 
 +=== 同期サーバ === 
 + 
 +''pandora_server.conf'' 内: 
 + 
 +  * ''sync_ca'': <認証局証明書のパス> 
 +  * ''sync_cert'': <サーバの証明書のパス> 
 +  * ''sync_key'': <サーバの秘密鍵のパス>
  
 pandora_server.conf の設定例: pandora_server.conf の設定例:
行 124: 行 141:
 </code> </code>
  
-**tentacle-serverd** 内:+=== Tentacle サーバ ===
  
-  * **-e**: <証明書のパス> +''tentacle-serverd'' 内: 
-  * **-k**: <秘密鍵のパス> + 
-  * **-f**: <認証局証明書のパス>+  ''-e'': <証明書のパス> 
 +  * ''-k'': <秘密鍵のパス> 
 +  * ''-f'': <認証局証明書のパス>
  
 <WRAP center round important 60%> **ALWAYS**  indicate the absolute paths where the certificates are located in the parameters, e.g.: <WRAP center round important 60%> **ALWAYS**  indicate the absolute paths where the certificates are located in the parameters, e.g.:
行 153: 行 172:
   TENTACLE_EXT_OPTS="-i.*\.conf:conf;.*\.md5:md5;.*\.zip:collections -e /home/tentaclecert.pem -k /home/tentaclekey.pem -f /home/cacert.pem"   TENTACLE_EXT_OPTS="-i.*\.conf:conf;.*\.md5:md5;.*\.zip:collections -e /home/tentaclecert.pem -k /home/tentaclekey.pem -f /home/cacert.pem"
  
-その他の設定パラメータ:+=== その他の設定パラメータ ===
  
-**sync_retries**: 同期のリトライ回数。デフォルトは 3 です。+''sync_retries'': 同期のリトライ回数。デフォルトは 3 です。
  
-**sync_timeout**: 同期タイムアウト。デフォルトは 10 です+''sync_timeout'': 同期タイムアウト。デフォルトは 10 です
  
 Tentacle サーバで SSL 接続を利用する場合のクイックガイドは [[:ja:documentation:08_technical_reference:09_tentacle|こちら]] にあります。 Tentacle サーバで SSL 接続を利用する場合のクイックガイドは [[:ja:documentation:08_technical_reference:09_tentacle|こちら]] にあります。
 +
 +[[ja:documentation:start|Pandora FMS ドキュメント一覧に戻る]]
 +