| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
| ja:documentation:pandorafms:installation:05_configuration_agents [2026/05/22 23:26] – [追加アクション] junichi | ja:documentation:pandorafms:installation:05_configuration_agents [2026/05/22 23:30] (現在) – [MS Windows での基本エンドポイントオプション] junichi |
|---|
| 把握しておくべき基本的なファイルとディレクトリは次のとおりです。 | 把握しておくべき基本的なファイルとディレクトリは次のとおりです。 |
| |
| * ''/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 でのエンドポイントセキュリティオプション ==== |