ja:documentation:03_monitoring:14_syncserver_monitoring

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
ja:documentation:03_monitoring:14_syncserver_monitoring [2022/10/28 08:59] – [設定] junichija:documentation:03_monitoring:14_syncserver_monitoring [2022/10/28 09:11] – [その他の設定パラメータ] junichi
行 89: 行 89:
 ==== 全体の例 ==== ==== 全体の例 ====
  
-**pandora_server.conf** 内:+''/etc/pandora/pandora_server.conf'' 内:
  
 <code> <code>
- syncserver 1 +syncserver 1 
- sync_address 10.140.70.110 +sync_address 10.140.70.110 
- sync_port 41121+sync_port 41121 
 </code> </code>
-Tentacle サーバの起動スクリプト **/etc/init.d/tentacle_serverd**: 
  
-  TENTACLE_EXT:OPTS="-i.*\.conf:conf;.*\.md5:md5;.*\.zip:collections -I -o"+In the Tentacle server startup script (''/etc/init.d/tentacle_serverd''  **)**  identified in ''sync_address''  with ''10.140.70.110'':
  
-=== SSL を使った同期サーバ設定 === +''sync_address'' が ''10.140.70.110'' の Tentacle サーバの起動スクリプト (''/etc/init.d/tentacle_serverd''):
-同期サーバの通信では、SSL の利用に対応しています。**pandora_server.conf** にさまざまなパラメータを追加する必要があります。また、リモートの Tentacle サーバのスクリプトにも同様に通常の SSL 接続を行うためのオプションが必要です。+
  
-**pandora_server.conf** :+<code> 
 +TENTACLE_EXT:OPTS="-i.*\.conf:conf;.*\.md5:md5;.*\.zip:collections -I -o"
  
-  * **sync_ca**: <認証局証明書のパス> +</code> 
-  * **sync_cert**: <サーバの証明書のパス> + 
-  * **sync_key**: <サーバの秘密鍵のパス>+==== SSL を使った同期サーバ設定 ==== 
 + 
 +<WRAP center round tip 60%> 
 + 
 +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. 
 + 
 +</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 の設定例:
行 117: 行 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.:
行 146: 行 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 ドキュメント一覧に戻る]]
 +