| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
| ja:documentation:pandorafms:installation:05_configuration_agents [2026/05/22 23:22] – [設定] junichi | ja:documentation:pandorafms:installation:05_configuration_agents [2026/05/22 23:30] (現在) – [MS Windows での基本エンドポイントオプション] junichi |
|---|
| === 追加アクション === | === 追加アクション === |
| |
| From this section you can associate other actions to the autoconfiguration, such as: | From this section, you can associate other additional actions to the autoconfiguration: |
| |
| ここでは、自動設定に追加のアクションを行うことができます。例えば以下のような処理です。 | ここでは、自動設定に追加のアクションを行うことができます。例えば以下のような処理です。 |
| |
| - Launch a custom event (**Launch custom event**). | - Launch a custom event (<wrap :en>**Launch custom event**</wrap>). |
| - Execute an alert action (**Launch alert action**). | - Execute an alert action (<wrap :en>**Launch alert action**</wrap>). |
| - Execute a script (**Launch script**). | - Run a //script// (<wrap :en>**Launch script**</wrap>) specifying the location and parameters. |
| |
| - 独自イベントを出す (**Launch custom event**) | - 独自イベントを出す (**Launch custom event**) |
| - アラートアクションを実行する (**Launch alert action**) | - アラートアクションを実行する (**Launch alert action**) |
| - スクリプトを実行する (**Launch script**) | - 場所とパラメータを指定してスクリプトを実行する (**Launch script**) |
| |
| The system supports the following macros: | The system supports the following macros: |
| システムは、次のマクロをサポートします。 | システムは、次のマクロをサポートします。 |
| |
| * ''_agent_'' Will be replaced by the name of the Agent. | * ''_agent_'': It will be replaced by the Agent name. |
| * ''_agentalias_'' Will be replaced by the Agent's alias. | * ''_agentalias_'': It will be replaced by the Agent alias. |
| * ''_address_'' Will be replaced by the primary IP address reported by the agent. | * ''_address_'': It will be replaced by the main IP address reported by the agent. |
| * ''_agentgroup_'' Will be replaced by the name of the group reported by the Agent. | * ''_agentgroup_'': It will be replaced by the group name reported by the Agent. |
| * ''_togentos_'' Will be replaced by the Agent operating system. | * ''_agentos_'': It will be replaced by the Agent operating system. |
| * ''_agentid_'' Replaced by the Agent ID. | * ''_agentid_'': It is replaced by the Agent ID. |
| |
| * ''_agent_'' エージェント名に置き換えられます。 | * ''_agent_'': エージェント名に置き換えられます。 |
| * ''_agentalias_'' エージェントの別名に置き換えられます。 | * ''_agentalias_'': エージェントの別名に置き換えられます。 |
| * ''_address_'' エージェントが報告した IP アドレスに置き換えられます。 | * ''_address_'': エージェントが報告した IP アドレスに置き換えられます。 |
| * ''_agentgroup_'' エージェントが報告したグループ名に置き換えられます。 | * ''_agentgroup_'': エージェントが報告したグループ名に置き換えられます。 |
| * ''_togentos_'' エージェントの OS に置き換えられます。 | * ''_agentos_'': エージェントの OS に置き換えられます。 |
| * ''_agentid_'' エージェント ID に置き換えられます。 | * ''_agentid_'': エージェント ID に置き換えられます。 |
| | |
| | <wrap #ks8 /> |
| |
| ===== Unix/Linux エンドポイント ===== | ===== Unix/Linux エンドポイント ===== |
| 把握しておくべき基本的なファイルとディレクトリは次のとおりです。 | 把握しておくべき基本的なファイルとディレクトリは次のとおりです。 |
| |
| * ''/usr/share/pandora_agent'': Where the Pandora FMS EndPoint is installed. On systems where this is not allowed by policy, it is recommended to create a link to this path from the actual installation path, for example ''/opt/pandora'' → ''/usr/share/pandora_agent''. | * ''/usr/share/pandora_agent'': Path where the Pandora FMS EndPoint is installed. In systems where this is not allowed due to policies, it is recommended to create a link to this path from the actual installation path, \\ for example ''/opt/pandora'' → ''/usr/share/pandora_agent''. \\ \\ |
| * ''/etc/pandora/pandora_agent.conf'': Main configuration file of the EndPoint. Local Runtime Modules and EndPoint plugins are configured here. | * ''/etc/pandora/pandora_agent.conf'': Main EndPoint configuration file. Local execution Modules and EndPoint plugins are configured here. \\ \\ |
| * ''/usr/local/bin/pandora_agent'': EndPoint executable binary. It usually has a link to ''/usr/bin/pandora_agent''. | * ''/usr/local/bin/pandora_agent'': Path to the EndPoint executable binary. It generally has a link to ''/usr/bin/pandora_agent''. \\ \\ |
| * ''/usr/local/bin/tentacle_client'': Tentacle executable binary, for file transfer to the server. It usually has a link to ''/usr/bin/tentacle_client''. | * ''/usr/local/bin/tentacle_client'': Path to the Tentacle executable binary, for file transfer to the server. \\ It generally has a link to ''/usr/bin/tentacle_client''. \\ \\ |
| * ''systemctl pandora_agent_daemon'': Script start/stop/restart. | * ''systemctl pandora_agent_daemon'': Start/stop/restart //script//. |
| * **On AIX systems the daemon is** ''/etc/rc.pandora_agent_daemon''. | * **In AIX systems the //daemon// is** ''/etc/rc.pandora_agent_daemon''. \\ \\ |
| * ''/var/log/pandora/pandora_agent.log'': Text file where the activity of the Pandora FMS EndPoint is saved, when the EndPoint runs in debugging mode. | * ''/var/log/pandora/pandora_agent.log'': Text file where Pandora FMS EndPoint activity is saved when the EndPoint runs in debug mode. \\ \\ |
| * ''/etc/pandora/plugins'': Directory that contains the agent plugins. It is linked to the ''/usr/share/pandora_agent/plugins'' directory. | * ''/etc/pandora/plugins'': Directory containing the EndPoint plugins. It is linked to the ''/usr/share/pandora_agent/plugins'' directory. \\ \\ |
| * ''/etc/pandora/collections'': Directory containing the collections deployed to the Agent. It is linked to the ''/usr/share/pandora_agent/collections'' directory. | * ''/etc/pandora/collections'': Directory containing the collections deployed to the EndPoint. It is linked to the ''/usr/share/pandora_agent/collections''. \\ \\ |
| |
| * ''/usr/share/pandora_agent'' : Pandora FMS エンドポイントがインストールされる場所です。厳密なシステムポリシーがあり、ここにインストールできないシステムでは、実際のインストールパスからこのパスへのリンクを作成することを推奨します。例: ''/opt/pandora'' → ''/usr/share/pandora_agent'' | * ''/usr/share/pandora_agent'' : Pandora FMS エンドポイントがインストールされる場所です。厳密なシステムポリシーがあり、ここにインストールできないシステムでは、実際のインストールパスからこのパスへのリンクを作成することを推奨します。例: ''/opt/pandora'' → ''/usr/share/pandora_agent'' |
| * ''/etc/pandora/plugins'' : エージェントプラグインを置くディレクトリです。これは ''/usr/share/pandora_agent/plugins'' にリンクされています。 | * ''/etc/pandora/plugins'' : エージェントプラグインを置くディレクトリです。これは ''/usr/share/pandora_agent/plugins'' にリンクされています。 |
| * ''/etc/pandora/collections'' : エージェントのコレクションを置くディレクトリです。これは ''/usr/share/pandora_agent/collections'' にリンクされています。 | * ''/etc/pandora/collections'' : エージェントのコレクションを置くディレクトリです。これは ''/usr/share/pandora_agent/collections'' にリンクされています。 |
| | |
| | <wrap #ks8_2 /> |
| |
| ==== Unix エンドポイントの初期実行 ==== | ==== Unix エンドポイントの初期実行 ==== |
| |
| To start the EndPoint it is only necessary to execute: | To start the EndPoint, it is necessary to run: |
| |
| エンドポイントの起動は以下のようにします。 | エンドポイントの起動は以下のようにします。 |
| |
| <code> | <code bash> |
| systemctl start pandora_agent_daemon | systemctl start pandora_agent_daemon |
| |
| </code> | </code> |
| |
| To stop the EndPoint, run: | To stop the EndPoint: |
| |
| エンドポイントの停止は以下のようにします。 | エンドポイントの停止は以下のようにします。 |
| |
| <code> | <code bash> |
| systemctl stop pandora_agent_daemon | systemctl stop pandora_agent_daemon |
| | </code> |
| |
| | This startup script can start or stop the Pandora FMS EndPoint, which when started will run by default in the system as a daemon. |
| | |
| | この起動スクリプトは、Pandora FMS エンドポイントを起動または停止できます。起動すると、デフォルトではシステム内でデーモンとして実行されます。 |
| | |
| | <WRAP center round tip 90%> |
| | |
| | To ensure that the EndPoint runs every time the operating system starts, simply run it once: |
| | |
| | <code bash> |
| | systemctl enable pandora_agent_daemon |
| </code> | </code> |
| | \\ |
| | </WRAP> |
| |
| 起動スクリプトで Pandora FMS エージェントの起動・停止ができます。デフォルトでは起動後はデーモーンとして動作します。 | <WRAP center round tip 90%> |
| | |
| | エンドポイントがオペレーティングシステムの起動時に毎回実行されるようにするには、一度だけ実行してください。 |
| | |
| | <code bash> |
| | systemctl enable pandora_agent_daemon |
| | </code> |
| | \\ |
| | </WRAP> |
| |
| <wrap #ks8_3 /> | <wrap #ks8_3 /> |
| |
| </code> | </code> |
| | |
| | <wrap #ks9_3 /> |
| |
| ==== MS Windows でのエンドポイントセキュリティオプション ==== | ==== MS Windows でのエンドポイントセキュリティオプション ==== |