差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:technical_reference:03_anexo_cli [2025/08/15 22:01] – [--delete_cluster_agent] junichija:documentation:pandorafms:technical_reference:03_anexo_cli [2025/12/17 08:47] (現在) – [--create_plugin_module] junichi
行 38: 行 38:
 ==== 書式 ==== ==== 書式 ====
  
-  * All parameters, mandatory or optional, can be delimited with single quotes. This is especially useful when a parameter has one or more spaces.+  * All parameters, required or optional, can be delimited with single quotes. This is especially useful when a parameter has one or more spaces.
   * If you need to omit a parameter you can use two single quotes together. In case the parameter is strictly necessary a message like ''[ERROR] Error:'' will be displayed followed by a description of the parameter. This is also useful to indicate empty optional parameters.   * If you need to omit a parameter you can use two single quotes together. In case the parameter is strictly necessary a message like ''[ERROR] Error:'' will be displayed followed by a description of the parameter. This is also useful to indicate empty optional parameters.
   * Some parameters are case sensitive, others are case insensitive. For example, [[#ks2_1|when creating an agent]] the name of the PFMS server must be strictly the same, however the name of the primary group to which the agent will belong can be in upper and/or lower case and if there is a match the group will be assigned.   * Some parameters are case sensitive, others are case insensitive. For example, [[#ks2_1|when creating an agent]] the name of the PFMS server must be strictly the same, however the name of the primary group to which the agent will belong can be in upper and/or lower case and if there is a match the group will be assigned.
行 534: 行 534:
 ==== --delete_group ==== ==== --delete_group ====
  
-**Mandatory parameter:**+**Required parameter:**
  
 **必須パラメータ:** **必須パラメータ:**
行 567: 行 567:
 ==== --update_group ==== ==== --update_group ====
  
-**Mandatory parameters:**+**Required parameters:**
  
 **必須パラメータ:** **必須パラメータ:**
行 2297: 行 2297:
 ==== --create_plugin_module ==== ==== --create_plugin_module ====
  
-**Required parameters**:+**Required Parameters**:
  
 **必須パラメータ**: **必須パラメータ**:
行 2306: 行 2306:
   * < module_address >   * < module_address >
   * < module_port > numerical value between ''1'' and ''65535''.   * < module_port > numerical value between ''1'' and ''65535''.
-  * < plugin_name >+  * < plugin_name > one of the registered ones (menu <wrap :en>**Management → Servers → Plugins**</wrap>).
   * < user >   * < user >
   * < password >   * < password >
-  * < parameters >+  * < params > 
 +  * < description > 
 +  * < module_group >
  
   * <モジュール名>   * <モジュール名>
行 2315: 行 2317:
   * <エージェント名>   * <エージェント名>
   * <アドレス>   * <アドレス>
-  * <ポート番号> +  * <ポート番号> ''1'' から ''65535'' までの数値。 
-  * <プラグイン名>+  * <プラグイン名> 登録済みのものの 1 つ (<wrap :ja>**管理(Management) → サーバ(Servers) → プラグイン(Plugins)**</wrap> メニュー)。
   * <ユーザ>   * <ユーザ>
   * <パスワード>   * <パスワード>
   * <パラメーター>   * <パラメーター>
 +  * <説明>
 +  * <モジュールグループ>
  
-**Parámetros opcionales**:+**Optional Parameters**:
  
 **オプションパラメータ**: **オプションパラメータ**:
  
-  * < 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 > 
行 2351: 行 2353:
   * < critical_inverse >    * < critical_inverse > 
   * ''use_agent_alias'' to search for the agent by its alias instead of its name.   * ''use_agent_alias'' to search for the agent by its alias instead of its name.
-  * ''ignore_unknown'' Discards the unknown state calculation, so that the module will never change to that state and will always keep the last known state+  * ''ignore_unknown'' Discards the calculation of unknown statusmeaning the module will never switch to this status and will always retain the last known 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.+  * < number_of_intervals_in_warning > Allows status escalation by specifying the maximum number of consecutive intervals in which the module remains in warning status. If this value is exceeded, the module will escalate to critical status.
  
-  * <説明> 
-  * <モジュールグループ> 
   * <最小値>   * <最小値>
   * <最大値>   * <最大値>
行 2382: 行 2382:
   * < 警告状態に留まる回数 > モジュールが警告状態に留まる連続間隔の最大数を指定することにより、状態のスケーリングを可能にします。 この値を超えると、モジュールは障害状態にエスカレートします。   * < 警告状態に留まる回数 > モジュールが警告状態に留まる連続間隔の最大数を指定することにより、状態のスケーリングを可能にします。 この値を超えると、モジュールは障害状態にエスカレートします。
  
-**Description**:module of type //plugin// will be created in an agent with the module name, module type, name of the agent where it will be created, the module address, the associated port and the corresponding plugin name. Optionally, a description, the module group, minimum and maximum values, a post processing value, an interval in seconds, minimum and maximum warning values, minimum and maximum criticality values, among other optional values, can be provided.+**Description**: A //plugin// type module will be created on an agent with the module name, module type, agent name where it will be created, the module address, the associated portthe corresponding //plugin// name, a description, the module group, and some minimum and maximum values, among other optional values.
  
 **説明**: //プラグイン// タイプのモジュールは、モジュール名、モジュールタイプ、作成されるエージェントの名前、モジュールアドレス、関連付けられたポート、および対応するプラグイン名を指定してエージェント内に作成されます。 オプションで、説明、モジュールグループ、最小値と最大値、保存倍率、秒単位の間隔、警告の最小と最大値、障害の最小と最大値、その他のオプションの値を指定できます。 **説明**: //プラグイン// タイプのモジュールは、モジュール名、モジュールタイプ、作成されるエージェントの名前、モジュールアドレス、関連付けられたポート、および対応するプラグイン名を指定してエージェント内に作成されます。 オプションで、説明、モジュールグループ、最小値と最大値、保存倍率、秒単位の間隔、警告の最小と最大値、障害の最小と最大値、その他のオプションの値を指定できます。
  
-The default values are ''0'' for minimum and maximum, ''history_data'' and ''post_process'' and ''300'' for the interval.+The default values are ''0'' for the minimum and maximum, ''history_data'' and ''post_process'' and ''300'' for the interval.
  
 最小、最大、データの保存および保存倍率のデフォルトは ''0'' で、間隔のデフォルトは ''300'' です。 最小、最大、データの保存および保存倍率のデフォルトは ''0'' で、間隔のデフォルトは ''300'' です。
行 2394: 行 2394:
 **例 ([[#pandora_fms_cli|呼び出し]]および[[#書式|書式]] を参照):** **例 ([[#pandora_fms_cli|呼び出し]]および[[#書式|書式]] を参照):**
  
-Simple example for state scaling:+Basic example:
  
-状態スケーリングの簡単な例:+基本的な例:
  
 <code bash> <code bash>
-pandora_manage /etc/pandora/pandora_server.conf --create_plugin_module plugin_module_test generic_data 3f9c41953a072afa229aa0a7fe3a6203a1ecf86b40b8a13d8a7d9916f0210bb1 127.0.0.1 "1" "DNS Plugin" "admin" "pandora" "100" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" 2001+pandora_manage /etc/pandora/pandora_server.conf --create_plugin_module \  
 +  "My plugin module" "generic_data" "pandora.internals" "" "8080\  
 +  "DNS Plugin" "" "" "" "" "" "" "" "" "" "" ""
  
 +</code>
 +
 +Simple example for status escalation:
 +
 +状態エスカレーションの簡単な例:
 +
 +<code bash>
 +pandora_manage /etc/pandora/pandora_server.conf --create_plugin_module \
 +  plugin_module_test generic_data \ 
 +  3f9c41953a072afa229aa0a7fe3a6203a1ecf86b40b8a13d8a7d9916f0210bb1 127.0.0.1 \
 +  "1" "DNS Plugin" "admin" "pandora" "100" "" "" "" "" "" "" "" "" "" "" ""
 +  "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" 2001
 </code> </code>
  
行 2408: 行 2422:
  
 <code bash> <code bash>
-pandora_manage /etc/pandora/pandora_server.conf --create_plugin_module 'My module' generic_data 'Mi agente' 192.168.12.123 8080 myplugin myuser mypass 'param1 param2 param3' 'Descripcion del modulo' 'General' 1 3 0 300 0 0 0 0 1+pandora_manage /etc/pandora/pandora_server.conf --create_plugin_module \  
 +  'My module' generic_data 'My agent' 192.168.12.123 8080 myplugin \  
 +  myuser mypass 'param1 param2 param3' 'Module description\  
 +  'General' 1 3 0 300 0 0 0 0 1
  
 +</code>
 +
 +Advanced example:
 +
 +高度な例:
 +
 +If you need to set a //timeout// of ''30'', you must explicitly pass each of the optional parameters with ''<nowiki>""</nowiki>'' so that the indicated position (in this case, //timeout//) is correct:
 +
 +タイムアウトを設定する必要がある場合 (以下の例では ''30'') は、指定された位置 (この場合はタイムアウト) が正しくなるように、各オプションパラメータを ''<nowiki>""</nowiki>'' で明示的に渡す必要があります。
 +
 +<code bash>
 +pandora_manage /etc/pandora/pandora_server.conf --create_plugin_module \ 
 +  MyModule generic_data MyAgent 127.0.0.1 5667 \ 
 +  MyPlugin "" "" "" "" MyGroup "" "" "" "" "" "" \
 +  "" "" "" "" "" "" "" "" "" "" "" "" 30
 </code> </code>
  
行 2498: 行 2530:
 ==== --delete_module ==== ==== --delete_module ====
  
-**Mandatory parameters:**+**Required parameters:**
  
 **必須パラメータ:** **必須パラメータ:**
行 2584: 行 2616:
  
 ==== --update_module ==== ==== --update_module ====
-**オプションパラメーター:** <モジュール名> <エージェント名> <更新フィールド> <新たな値> <エージェントの別名の利用> 
  
-**説明:** データモジュールの指定フィールドを更新します。モジュールタイプによって更新可能なフィールドは異なります。+**Required parameters**:
  
-設定可能なフィルドは次の通りです。+**必須パラメタ**:
  
-  * **共通**: module_name, agent_name, description, module_group, min, max, post_process, history_data(データの保存), interval, warning_min, warning_max, critical_min, critical_max, warning_str, critical_str, ff_threshold(連続抑制回数), each_ff(個別状態変化の利用), ff_threshold_normal(正常移行時連続抑制回数), ff_threshold_warning(警告移行時連続抑制回数), ff_threshold_critical(障害移行時連続抑制回数). critical_instructions, warning_instructions, unknown_instructions +  * module_name > 
-  * **データサーバモジュール**: ff_timeout(連続抑制タイムアウト) +  * < agent_name > 
-  * **ネットワークモジュール**: module_address, module_port +  * < field_to_change > 
-  * **SNMPモジュール**: module_address, module_port, version, community, oid, snmp3_priv_method, snmp3_priv_pass, snmp3_sec_level, snmp3_auth_method, snmp3_auth_user, snmp3_priv_pass +  * < new_value >
-  * **プラグインモジュール**: module_address, module_port, plugin_name, user, password, parameters+
  
-**実行例:**+  <モジュール名> 
 +  <エージェント名> 
 +  <更新フィールド> 
 +  <新たな値>
  
-  perl pandora_manage.pl /etc/pandora/pandora_server.conf --update_data_module 'Module name' 'Agent name' description 'New description'+**Optional parameter**: 
 + 
 +**オプションパラメータ**: 
 + 
 +  * ''use_alias''
 + 
 +**Description**: A given field of an existing module will be updated. The module type will be detected to allow updating the specific fields of each type. 
 + 
 +**説明**: 既存のモジュールの特定のフィールドが更新されます。モジュールの種類が検出され、各種類の特定のフィールドを更新できるようになります。 
 + 
 +<WRAP center round info 90%> 
 + 
 +EndPoints with remote configuration enabled may overwrite the changes made. 
 + 
 +</WRAP> 
 + 
 +<WRAP center round info 90%> 
 + 
 +リモート設定が有効になっているエンドポイントでは、行われた変更が上書きされる可能性があります。 
 + 
 +</WRAP> 
 + 
 +The possible fields to be modified are: 
 + 
 +変更可能なフィールドは次の通りです。 
 + 
 +**Common to any module**: 
 + 
 +**全モジュールで共通**: 
 + 
 +  * ''module_name'' 
 +  * ''description'' 
 +  * ''module_group'' 
 +  * ''min'' 
 +  * ''max'' 
 +  * ''post_process'' 
 +  * ''history_data'' (should only be used ''1'' or ''0''). 
 +  * ''interval'' 
 +  * ''warning_min'' 
 +  * ''warning_max'' (must be greater than ''warning_min''). 
 +  * ''critical_min'' 
 +  * ''critical_max'' (must be greater than ''critical_min''). 
 +  * ''warning_str'' (not to be confused with ''warning_instructions''). 
 +  * ''critical_str'' (not to be confused with ''critical_instructions''). 
 +  * ''ff_threshold'' 
 +  * ''each_ff'' (integer numeric value used in plugins). 
 +  * ''ff_threshold_normal'' 
 +  * ''ff_threshold_warning'' 
 +  * ''ff_threshold_critical'' 
 +  * ''critical_instructions'' 
 +  * ''warning_instructions'' 
 +  * ''unknown_instructions'' 
 + 
 +  * ''module_name'' (モジュール名) 
 +  * ''description'' (説明) 
 +  * ''module_group'' (モジュールグループ) 
 +  * ''min'' (最小値) 
 +  * ''max'' (最大値) 
 +  * ''post_process'' (保存倍率) 
 +  * ''history_data'' (データの保存、''1'' または ''0''
 +  * ''interval'' (間隔) 
 +  * ''warning_min'' (警告最小値) 
 +  * ''warning_max'' (警告最大値、''warning_min''より大きい必要があります) 
 +  * ''critical_min'' (障害最小値) 
 +  * ''critical_max'' (障害最大値、''critical_min''より大きい必要があります) 
 +  * ''warning_str'' (警告文字列、''warning_instructions''と混同しないようにしてください) 
 +  * ''critical_str'' (障害文字列、''critical_instructions''と混同しないようにしてください) 
 +  * ''ff_threshold'' (連続抑制回数) 
 +  * ''each_ff'' (個別状態変化の利用、プラグインで利用される整数値) 
 +  * ''ff_threshold_normal'' (正常移行時連続抑制回数) 
 +  * ''ff_threshold_warning'' (警告移行時連続抑制回数) 
 +  * ''ff_threshold_critical'' (障害移行時連続抑制回数) 
 +  * ''critical_instructions'' (障害手順) 
 +  * ''warning_instructions'' (警告手順) 
 +  * ''unknown_instructions'' (不明手順) 
 + 
 +**For the data modules**: ''ff_timeout''
 + 
 +**データモジュール**: ''ff_timeout'' (連続抑制タイムアウト) 
 + 
 +**For the network modules**: ''module_address'', ''module_port'' 
 + 
 +**ネットワークモジュール**: ''module_address'' (アドレス), ''module_port'' (ポート番号) 
 + 
 +**For the SNMP modules**: 
 + 
 +**SNMP モジュール**: 
 + 
 +  * ''module_address'' 
 +  * ''module_port'' 
 +  * ''version'' 
 +  * ''community'' 
 +  * ''oid'' 
 +  * ''snmp3_priv_method'' 
 +  * ''snmp3_priv_pass'' 
 +  * ''snmp3_sec_level'' 
 +  * ''snmp3_auth_method'' 
 +  * ''snmp3_auth_user'' 
 +  * ''snmp3_priv_pass'' 
 + 
 +  * ''module_address'' (アドレス) 
 +  * ''module_port'' (ポート番号) 
 +  * ''version'' 
 +  * ''community'' 
 +  * ''oid'' 
 +  * ''snmp3_priv_method'' 
 +  * ''snmp3_priv_pass'' 
 +  * ''snmp3_sec_level'' 
 +  * ''snmp3_auth_method'' 
 +  * ''snmp3_auth_user'' 
 +  * ''snmp3_priv_pass'' 
 + 
 +**For the plugin modules**: 
 + 
 +**プラグインモジュール**: 
 + 
 +  * ''module_address'' 
 +  * ''module_port'' 
 +  * ''plugin_name'' 
 +  * ''user'' 
 +  * ''password'' 
 + 
 +  * ''module_address'' (アドレス) 
 +  * ''module_port'' (ポート番号) 
 +  * ''plugin_name'' 
 +  * ''user'' 
 +  * ''password'' 
 + 
 +**Example (see [[#ks1|call]] and [[#ks1_1|syntax]])**: 
 + 
 +**例 ([[#ks1|呼び出し]] および [[#ks1_1|書式]] を参照)**: 
 + 
 +<code bash> 
 +pandora_manage /etc/pandora/pandora_server.conf --update_module "CPU load" "pandorafms agent" "description" "new description" 
 + 
 +</code> 
 + 
 +With the ''agent_name'' parameter you can **move** a module from one agent to another agent identified only by its **name**: 
 + 
 +''agent_name'' パラメータを使用すると、モジュールを **名前** のみで識別されるエージェントから別のエージェントに **移動** することができます。 
 + 
 +<code bash> 
 +pandora_manage /etc/pandora/pandora_server.conf --update_module "last_events_24h" "pandora.internals" "agent_name" 4be5603649674274b9b7ba841118a876c2365f70667eb0da37badd498b6a4aa8 
 + 
 +</code>
  
 ==== --add_tag_to_module ==== ==== --add_tag_to_module ====
行 3596: 行 3773:
 **必須パラメータ**: < ユーザID > **必須パラメータ**: < ユーザID >
  
-**Description**:  The [[:en:documentation:pandorafms:management_and_operation:12_console_setup#double_authentication|double authentication]] will be disabled for the specified user.+**Description**: The [[:en:documentation:pandorafms:cybersecurity:07_safety_functions#ks1_4|double authentication]] will be disabled for the specified user.
  
-**説明:** 特定ユーザに対して[[:ja:documentation:pandorafms:management_and_operation:12_console_setup#二段階認証|二段階認証]]を無効化します。+**説明:** 特定ユーザに対して[[:ja:documentation:pandorafms:cybersecurity:07_safety_functions#ks1_4|二段階認証]]を無効化します。
  
 **例:** **例:**
行 3611: 行 3788:
 ==== --create_event ==== ==== --create_event ====
  
-**Mandatory parameters**:+**Required parameters**:
  
 ** 必須パラメータ**: ** 必須パラメータ**:
行 4819: 行 4996:
   * < ソースタイプ >: 指定されていない場合は、''syslog'' が使用されます。   * < ソースタイプ >: 指定されていない場合は、''syslog'' が使用されます。
  
-**Description**: It parses the given log and returns matching [[:en:documentation:pandorafms:monitoring:21_siem|SIEM]] decoders and rules.+**Description**: It parses the given log and returns matching [[:en:documentation:pandorafms:cybersecurity:21_siem|SIEM]] decoders and rules.
  
-**説明**: 指定されたログを解析し、一致する [[:ja:documentation:pandorafms:monitoring:21_siem|SIEM]] デコーダーとルールを返します。+**説明**: 指定されたログを解析し、一致する [[:ja:documentation:pandorafms:cybersecurity:21_siem|SIEM]] デコーダーとルールを返します。
  
 **Example (see [[#ks1|call]] and her [[#ks1_1|syntax]])**: **Example (see [[#ks1|call]] and her [[#ks1_1|syntax]])**:
行 4832: 行 5009:
 </code> </code>
  
-A valid SIEM license and the decoders and rules already loaded in the database are required for the CLI call to work. The result will always be what would be generated at the time it is evaluated. This call does not introduce new log entries in monitoring, nor does it generate [[:en:documentation:pandorafms:monitoring:21_siem#ks6|SIEM events]].+A valid SIEM license and the decoders and rules already loaded in the database are required for the CLI call to work. The result will always be what would be generated at the time it is evaluated. This call does not introduce new log entries in monitoring, nor does it generate [[:en:documentation:pandorafms:cybersecurity:21_siem#ks6|SIEM events]].
  
 CLI 呼び出しが機能するためには、有効な SIEM ライセンスと、データベースに既にロードされているデコーダーとルールが必要です。結果は、常に評価時に生成されるものと同じになります。この呼び出しによって監視に新しいログエントリが追加されたり、[[:ja:documentation:pandorafms:monitoring:21_siem#ks6|SIEM イベント]] が生成されたりすることはありません。 CLI 呼び出しが機能するためには、有効な SIEM ライセンスと、データベースに既にロードされているデコーダーとルールが必要です。結果は、常に評価時に生成されるものと同じになります。この呼び出しによって監視に新しいログエントリが追加されたり、[[:ja:documentation:pandorafms:monitoring:21_siem#ks6|SIEM イベント]] が生成されたりすることはありません。
行 5178: 行 5355:
 <WRAP center round important 90%> <WRAP center round important 90%>
  
-For it to be carried out correctly, the API configuration parameters will need to be filled in ''pandora_server.conf''  ([[:en:documentation:pandorafms:installation:04_configuration#ks2_1|configuration file elements]]) : ''console_api_url'' and ''console_api_pass'' ((If necessaryuse ''<nowiki>console_api_url http://127.0.0.1/pandora_console/include/api.php</nowiki>'')).+For this to be done correctly, the configuration parameter [[:en:documentation:pandorafms:installation:04_configuration#console_api_url|console_api_url]] of the API in ''pandora_server.conf'' must be filled.((If necessary use ''<nowiki>console_api_url http://127.0.0.1/pandora_console/include/api.php</nowiki>''))
  
 </WRAP> </WRAP>
行 5184: 行 5361:
 <WRAP center round important 90%> <WRAP center round important 90%>
  
-正しく実行するには、API 設定パラメータを ''pandora_server.conf'' ([[:ja:documentation:pandorafms:installation:04_configuration#ks2_1|設定ファイルの要素]]) に入力する必要があります: ''console_api_url'' および ''console_api_pass'' ((必要に応じて、''<nowiki>console_api_url http://127.0.0.1/pandora_console/include/api.php</nowiki>'' を使用))。+正しく実行するには、API 設定パラメータを ''pandora_server.conf'' ([[:ja:documentation:pandorafms:installation:04_configuration#console_api_url|console_api_url]]) に入力する必要があります: ''console_api_url'' および ''console_api_pass'' ((必要に応じて、''<nowiki>console_api_url http://127.0.0.1/pandora_console/include/api.php</nowiki>'' を使用))。
  
 </WRAP> </WRAP>
行 5307: 行 5484:
 <WRAP center round important 90%> <WRAP center round important 90%>
  
-For it to be carried out correctly, the API configuration parameters will need to be filled in ''pandora_server.conf''  ([[:en:documentation:pandorafms:installation:04_configuration#ks2_1|configuration file elements]]) : ''console_api_url'' and ''console_api_pass'' ((If necessaryuse ''<nowiki>console_api_url http://127.0.0.1/pandora_console/include/api.php</nowiki>'')).+For this to be done correctly, the configuration parameter [[:en:documentation:pandorafms:installation:04_configuration#console_api_url|console_api_url]] of the API in ''pandora_server.conf'' must be filled.((If necessary use ''<nowiki>console_api_url http://127.0.0.1/pandora_console/include/api.php</nowiki>''))
  
 </WRAP> </WRAP>
行 5313: 行 5490:
 <WRAP center round important 90%> <WRAP center round important 90%>
  
-正しく実行するには、API 設定パラメータを ''pandora_server.conf'' ([[:ja:documentation:pandorafms:installation:04_configuration#ks2_1|設定ファイルの要素]]) に入力する必要があります: ''console_api_url'' および ''console_api_pass'' ((必要に応じて、''<nowiki>console_api_url http://127.0.0.1/pandora_console/include/api.php</nowiki>'' を使用))。+正しく実行するには、API 設定パラメータを ''pandora_server.conf'' ([[:ja:documentation:pandorafms:installation:04_configuration#console_api_url|console_api_url]]) に入力する必要があります: ''console_api_url'' および ''console_api_pass'' ((必要に応じて、''<nowiki>console_api_url http://127.0.0.1/pandora_console/include/api.php</nowiki>'' を使用))。
  
 </WRAP> </WRAP>
  • ja/documentation/pandorafms/technical_reference/03_anexo_cli.1755295287.txt.gz
  • 最終更新: 2025/08/15 22:01
  • by junichi