差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| ja:documentation:pandorafms:technical_reference:03_anexo_cli [2025/09/12 23:13] – junichi | ja:documentation:pandorafms:technical_reference:03_anexo_cli [2025/11/22 23:42] (現在) – [--create_plugin_module] junichi | ||
|---|---|---|---|
| 行 2306: | 行 2306: | ||
| * < module_address > | * < module_address > | ||
| * < module_port > numerical value between '' | * < module_port > numerical value between '' | ||
| - | * < plugin_name > | + | * < plugin_name > one of the registered (<wrap : |
| * < user > | * < user > | ||
| * < password > | * < password > | ||
| - | * < parameters | + | * < params > |
| + | * < description > | ||
| + | * < module_group | ||
| * < | * < | ||
| 行 2315: | 行 2317: | ||
| * < | * < | ||
| * < | * < | ||
| - | * < | + | * < |
| - | * < | + | * < |
| * < | * < | ||
| * < | * < | ||
| * < | * < | ||
| + | * < | ||
| + | * < | ||
| **Parámetros opcionales**: | **Parámetros opcionales**: | ||
| 行 2325: | 行 2329: | ||
| **オプションパラメータ**: | **オプションパラメータ**: | ||
| - | * < description > | ||
| - | * < module_group > | ||
| * < min > | * < min > | ||
| * < max > | * < max > | ||
| 行 2337: | 行 2339: | ||
| * < history_data > | * < history_data > | ||
| * < ff_threshold > | * < ff_threshold > | ||
| - | * < warning_str | + | * < warning_string |
| - | * < critical_str | + | * < critical_string |
| * < enable_unknown_events > | * < enable_unknown_events > | ||
| * < each_ff > | * < each_ff > | ||
| * < ff_threshold_normal > | * < ff_threshold_normal > | ||
| - | * < ff_treshold_warning | + | * < ff_threshold_warning |
| * < ff_threshold_critical > | * < ff_threshold_critical > | ||
| * < timeout > | * < timeout > | ||
| 行 2354: | 行 2356: | ||
| * < number_of_intervals_in_warning > Allows state scaling by specifying the maximum number of consecutive intervals in which the module remains in warning state. If this value is exceeded, the module will escalate to critical status. | * < number_of_intervals_in_warning > Allows state scaling by specifying the maximum number of consecutive intervals in which the module remains in warning state. If this value is exceeded, the module will escalate to critical status. | ||
| - | * < | ||
| - | * < | ||
| * < | * < | ||
| * < | * < | ||
| 行 2394: | 行 2394: | ||
| **例 ([[# | **例 ([[# | ||
| - | Simple | + | Basic example: |
| - | 状態スケーリングの簡単な例: | + | 基本的な例: |
| <code bash> | <code bash> | ||
| - | pandora_manage / | + | pandora_manage / |
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | Simple example for status scaling: | ||
| + | |||
| + | 状態スケーリングの簡単な例: | ||
| + | |||
| + | <code bash> | ||
| + | pandora_manage / | ||
| + | plugin_module_test generic_data \ | ||
| + | 3f9c41953a072afa229aa0a7fe3a6203a1ecf86b40b8a13d8a7d9916f0210bb1 127.0.0.1 \ | ||
| + | " | ||
| + | "" | ||
| </ | </ | ||
| 行 2408: | 行 2422: | ||
| <code bash> | <code bash> | ||
| - | pandora_manage / | + | pandora_manage / |
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | Advanced example: | ||
| + | |||
| + | 高度な例: | ||
| + | |||
| + | If a timeout needs to be set, each of the optional parameters must be explicitly passed with ''< | ||
| + | |||
| + | タイムアウトを設定する必要がある場合は、指定された位置 (この場合はタイムアウト) が正しくなるように、各オプションパラメータを ''< | ||
| + | |||
| + | <code bash> | ||
| + | pandora_manage / | ||
| + | MyModule generic_data MyAgent 127.0.0.1 5667 \ | ||
| + | MyPlugin "" | ||
| + | "" | ||
| </ | </ | ||