ja:documentation:08_technical_reference:04_anexo_plugins_considerations

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
ja:documentation:08_technical_reference:04_anexo_plugins_considerations [2022/09/16 21:37] – [概要] junichija:documentation:08_technical_reference:04_anexo_plugins_considerations [2022/09/16 21:41] – [使い方とプラグインのバージョン] junichi
行 38: 行 38:
  
 [[:ja:documentation:08_technical_reference:05_anexo_server_plugins_development|サーバプラグイン]]は次のような場面で利用すべきです。 [[:ja:documentation:08_technical_reference:05_anexo_server_plugins_development|サーバプラグイン]]は次のような場面で利用すべきです。
 +
 +  * The load of each execution is small, for example, simple queries.
 +  * If the Recon Task requires low data process.
 +  * If the Recon Task execution intervals are large, for example, once a week
  
   * 実行負荷が小さい場合。例えば単純な処理など。   * 実行負荷が小さい場合。例えば単純な処理など。
-  * 自動検出処理が多くのデータ処理を必要後する場合。+  * 自動検出処理のデータ処理量が少ない場合。
   * 自動検出処理の実行間隔が長い場合。例えば、1週間に一度など。   * 自動検出処理の実行間隔が長い場合。例えば、1週間に一度など。
  
行 91: 行 95:
  
 <code> <code>
- $ ./myplugin +$ ./myplugin
- +
  myplugin version: v1r1  myplugin version: v1r1
- +
  Usage myplugin <param1> <param2> <param3>  Usage myplugin <param1> <param2> <param3>
-  +
-  param1: este parametro es una cosa +
-  param2: este parametro es otra cosa+
 </code> </code>
  
 [[ja:documentation:start|Pandora FMS ドキュメント一覧に戻る]] [[ja:documentation:start|Pandora FMS ドキュメント一覧に戻る]]