このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン |
ja:documentation:pandorafms:technical_reference:12_disco_development [2023/12/13 06:47] – 作成 - 外部編集 127.0.0.1 | ja:documentation:pandorafms:technical_reference:12_disco_development [2025/02/20 03:09] (現在) – [サーバマクロ] junichi |
---|
| |
**N** または **M** という文字が大文字で使用されている場合、正の整数を指します。 通常、**VALUE** などの他の要素と組み合わせて使用され、複数回繰り返すことができることを示します (**VALUE_N** など)。 | **N** または **M** という文字が大文字で使用されている場合、正の整数を指します。 通常、**VALUE** などの他の要素と組み合わせて使用され、複数回繰り返すことができることを示します (**VALUE_N** など)。 |
| |
| <wrap #ks4 /> |
| |
===== サーバマクロ ===== | ===== サーバマクロ ===== |
* ''<nowiki>__consoleUser__</nowiki>'' → Console user configured in ''pandora_server.conf'' (console_user). | * ''<nowiki>__consoleUser__</nowiki>'' → Console user configured in ''pandora_server.conf'' (console_user). |
* ''<nowiki>__consolePass__</nowiki>'' → Console password configured in ''pandora_server.conf'' (console_pass). | * ''<nowiki>__consolePass__</nowiki>'' → Console password configured in ''pandora_server.conf'' (console_pass). |
| * ''<nowiki>__pandoraServerConf__</nowiki>'' → Complete path to Pandora FMS server configuration file ''pandora_server.conf''. |
| |
* ''<nowiki>__taskMD5__</nowiki>'' → タスク ID とアプリケーションの短縮名から生成された、タスクの一意の MD5。 これは、実行中に固有の要素 (ファイルなど) を生成する場合に役立ちます。 | * ''<nowiki>__taskMD5__</nowiki>'' → タスク ID とアプリケーションの短縮名から生成された、タスクの一意の MD5。 これは、実行中に固有の要素 (ファイルなど) を生成する場合に役立ちます。 |
* ''<nowiki>__consoleUser__</nowiki>'' → ''pandora_server.conf'' (console_user) で設定されたコンソールユーザ。 | * ''<nowiki>__consoleUser__</nowiki>'' → ''pandora_server.conf'' (console_user) で設定されたコンソールユーザ。 |
* ''<nowiki>__consolePass__</nowiki>'' → ''pandora_server.conf'' (console_pass) で設定されたコンソールパスワード。 | * ''<nowiki>__consolePass__</nowiki>'' → ''pandora_server.conf'' (console_pass) で設定されたコンソールパスワード。 |
| * ''<nowiki>__pandoraServerConf__</nowiki>'' → Pandora FMS サーバ設定ファイル ''pandora_server.conf'' への完全なパス。 |
| |
<WRAP center round important 60%> | <WRAP center round important 60%> |