差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| ja:documentation:pandorafms:technical_reference:05_anexo_server_plugins_development [2025/11/02 05:13] – [サーバプラグインの基本機能] junichi | ja:documentation:pandorafms:technical_reference:05_anexo_server_plugins_development [2025/11/02 05:14] (現在) – [サーバプラグインの基本機能] junichi | ||
|---|---|---|---|
| 行 11: | 行 11: | ||
| The server plugin **is executed by Pandora FMS Heavy Server**, so it must have special features: | The server plugin **is executed by Pandora FMS Heavy Server**, so it must have special features: | ||
| - | サーバプラグインは、**Pandora FMS 通常(Heavy)サーバにより実行される**ため、次に示す特別な機能を備えている必要があります。 | + | サーバプラグインは、**Pandora FMS ヘビーサーバにより実行される**ため、次に示す特別な機能を備えている必要があります。 |
| * Each plug-in execution must return a single value. This must be the case since the **Heavy Server PFMS** | * Each plug-in execution must return a single value. This must be the case since the **Heavy Server PFMS** | ||
| 行 18: | 行 18: | ||
| * All dependencies or software required to run the plugin must be available or installed on the same machine running **PFMS Server**. | * All dependencies or software required to run the plugin must be available or installed on the same machine running **PFMS Server**. | ||
| - | * プラグインの実行はそれぞれ1つの値を返す必要があります。**通常(Heavy)サーバ** はプラグインモジュールごとに1回実行するため、これは必須です。 | + | * プラグインの実行はそれぞれ1つの値を返す必要があります。**ヘビーサーバ** はプラグインモジュールごとに1回実行するため、これは必須です。 |
| * 監視対象のリソースにリモートからアクセスできる必要があります。 | * 監視対象のリソースにリモートからアクセスできる必要があります。 | ||
| * **PFMS サーバ** がインストールされているオペレーティングシステムでサポートされているプログラミング言語であれば、どれでも使用できます。 | * **PFMS サーバ** がインストールされているオペレーティングシステムでサポートされているプログラミング言語であれば、どれでも使用できます。 | ||