ja:documentation:pandorafms:monitoring:02_operations

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:monitoring:02_operations [2024/03/24 04:23] – [ローカル設定] junichija:documentation:pandorafms:monitoring:02_operations [2024/05/12 08:02] (現在) – [コンソールからの高度なエージェントプラグイン管理] junichi
行 110: 行 110:
 === リモート設定 === === リモート設定 ===
  
-<WRAP center round info 60%>+<WRAP center round info 90%>
  
-To enable remote configuration, enable the parameter: ''remote_config 1'' and restart the software agent.+To enable remote configuration, enable the parameter: ''remote_config 1''  and restart the software agent.
  
 </WRAP> </WRAP>
  
-<WRAP center round info 60%>+<WRAP center round info 90%>
  
 リモート設定を有効にするには、パラメータ ''remote_config 1'' を設定し、ソフトウエアエージェントを再起動します。 リモート設定を有効にするには、パラメータ ''remote_config 1'' を設定し、ソフトウエアエージェントを再起動します。
行 122: 行 122:
 </WRAP> </WRAP>
  
-In the Enterprise version it is possible to remotely manage the files of the Software Agents from the Pandora FMS Web Console. The configuration of each agent is stored in the Pandora FMS server in two files: <md5>.conf and <md5>.md5, where <md5> is the hash of the software Agent name. These files are stored respectively in:+Is possible to remotely manage the files of the Software Agents from the Pandora FMS Web Console. The configuration of each agent is stored in the Pandora FMS server in two files: <md5>.conf and <md5>.md5, where <md5> is the hash of the software Agent name. These files are stored respectively in:
  
-Enterprise 版では、Pandora FMS ウェブコンソールからソフトウェアエージェントのファイルをリモートで管理できます。 各エージェントの設定は、Pandora FMS サーバの <md5>.conf と <md5>.md5 という 2 つのファイルに保存されます。<md5> はソフトウェア エージェント名のハッシュです。 これらのファイルはそれぞれ次の場所に保存されます。+Pandora FMS ウェブコンソールからソフトウェアエージェントのファイルをリモートで管理できます。 各エージェントの設定は、Pandora FMS サーバの <md5>.conf と <md5>.md5 という 2 つのファイルに保存されます。<md5> はソフトウェア エージェント名のハッシュです。 これらのファイルはそれぞれ次の場所に保存されます。
  
 <file> <file>
行 297: 行 297:
 <WRAP center round tip 60%> <WRAP center round tip 60%>
  
-{{:wiki:icono-modulo-enterprise.png }}Functionality only for **Enterprise version**; the remote configuration of the respective Software Agent must be enabled.+The remote configuration of the respective Software Agent must be enabled.
  
 </WRAP> </WRAP>
行 303: 行 303:
 <WRAP center round tip 60%> <WRAP center round tip 60%>
  
-{{:wiki:icono-modulo-enterprise.png }}この機能は **Enterprise 版のみ**  です。ソフトウエアエージェントのリモート設定を有効化する必要があります。+ソフトウエアエージェントのリモート設定を有効化する必要があります。
  
 </WRAP> </WRAP>
行 1017: 行 1017:
  
 Windows エージェントでは、さまざまなプラグインを使用できます。 Windows エージェントでは、さまざまなプラグインを使用できます。
 +
 +=== PowerShell チェックの利用 ===
 +
 +From version 776 onwards, there is ''module_exec_powershell'', which allows more complex commands to be entered in PowerShell, with special characters and complex instructions (one instruction delivers results to the next) that are not supported using the ''module_exec''  module.
 +
 +バージョン 776 以降には、''module_exec_powershell'' があり、''module_exec'' モジュールの使用ではサポートされていない特殊文字や複雑な命令 (1 つの命令が次の命令に結果を渡す) を含む、より複雑なコマンドを PowerShell に入力できるようになります。
 +
 +<code powershell>
 +# Example of Powershell execution module
 +module_begin
 +module_name Powershell
 +module_type generic_data_string
 +module_exec_powershell < command_1 > | < command_2 > | … | < command_N >
 +module_end
 +
 +
 +</code>
 +
 +The commands are entered as they are, without the need of quotation marks for them to be processed by PFMS Software Agent (PowerShell commands, on the other hand, may need quotation marks). If the command is not valid, an error is added to the agent log (file ''pandora_agent.log'').
 +
 +コマンドは、PFMS ソフトウェアエージェントによって処理されるように引用符無しにそのまま入力します (一方、PowerShell コマンドには引用符が必要な場合があります)。 コマンドが正しくない場合、エージェントログ (ファイル ''pandora_agent.log'') にエラーが追記されます。
  
 ==== Unix システムでの実行 ==== ==== Unix システムでの実行 ====
行 1036: 行 1057:
 <WRAP center round info 90%> <WRAP center round info 90%>
  
-{{:wiki:icono-modulo-enterprise.png?23x23 |Enterprise Version}}In the **Enterprise** version it is possible to manage without directly editing the configuration file. By having remote configuration enabled, a Software Agent in its administration view will have the plugin editor tab.+By having remote configuration enabled, a Software Agent in its administration view will have the plugin editor tab.
  
 </WRAP> </WRAP>
行 1042: 行 1063:
 <WRAP center round info 90%> <WRAP center round info 90%>
  
-{{:wiki:icono-modulo-enterprise.png?23x23 |Enterprise 版}}**Enterprise** 版では、設定ファイルを直接編集せずに管理することができます。リモート設定を有効にすると、管理画面のソフトウェアエージェントにプラグインエディタータブが表示されます。+リモート設定を有効にすると、設定ファイルを直接編集せずに管理することができます。管理画面のソフトウェアエージェントにプラグインエディタータブが表示されます。
  
 </WRAP> </WRAP>
  
-{{ :wiki:plugin_editor_simple.png?700 }}+{{  :wiki:plugin_editor_simple.png  }}
  
 === 例 1 === === 例 1 ===
行 1094: 行 1115:
  
 ==== コンソールからの高度なエージェントプラグイン管理 ==== ==== コンソールからの高度なエージェントプラグイン管理 ====
- 
-<WRAP center round tip 60%> 
- 
-Version NG 750 or later. 
- 
-</WRAP> 
- 
-<WRAP center round tip 60%> 
- 
-バージョン NG 750 以上 
- 
-</WRAP> 
  
 It is possible to add a token in the agent plugins configuration that when enabled allows the option to 'encapsulate' the plugin definitions inside the ''module_begin'' and ''module_end'' tags. It is possible to add a token in the agent plugins configuration that when enabled allows the option to 'encapsulate' the plugin definitions inside the ''module_begin'' and ''module_end'' tags.
  • ja/documentation/pandorafms/monitoring/02_operations.1711254199.txt.gz
  • 最終更新: 2024/03/24 04:23
  • by junichi