このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
| ja:documentation:pandorafms:technical_reference:11_pfms_plugis [2026/02/04 07:57] – [Pandora FMS におけるプラグインタイプ] junichi | ja:documentation:pandorafms:technical_reference:11_pfms_plugis [2026/02/04 08:00] (現在) – [PSPZ2] junichi |
|---|
| <WRAP center round download 60%> | <WRAP center round download 60%> |
| |
| [[https://pandorafms.com/library/|https://pandorafms.com/library/]] | [[https://marketplace.pandorafms.com/]] |
| |
| </WRAP> | </WRAP> |
| **total_modules_provided**: ''.ini'' ファイルの次のセクションで定義されているモジュールの数を指定します。 少なくとも 1 つ設定します (少なくとも例で使用)。 | **total_modules_provided**: ''.ini'' ファイルの次のセクションで定義されているモジュールの数を指定します。 少なくとも 1 つ設定します (少なくとも例で使用)。 |
| |
| **execution_command**: If it is used, it must be placed before script. It could be an interpreter, such as ''java -jar''. Therefore, the plugin will be called for execution, from the Pandora FMS Plugin Server, with the following code: ''java -jar < plugin_path/ plugin_filename''. | **execution_command**: If it is used, it must be entered before the script. It could be an interpreter, such as Python. |
| |
| **execution_command**: 使用する場合は、script の前に置かなければなりません。これは、''java -jar'' のようなインタプリタかもしれません。プラグインは Pandora FMS プラグインサーバから次のようなコードで呼び出され実行されます: ''java -jar < plugin_path/ plugin_filename'' | **execution_command**: 使用する場合は、script の前に置かなければなりません。Pythonなどのインタープリタでも構いません。 |
| |
| **execution_postcommand**: If used, it defines the additional parameters transmitted to the plugin after ''< plugin_filename >'', which is invisible to the user. | **execution_postcommand**: If used, it defines the additional parameters transmitted to the plugin after ''< plugin_filename >'', which is invisible to the user. |