差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| ja:documentation:pandorafms:installation:05_configuration_agents [2026/05/22 23:27] – [Pandora FMS Unix エンドポイントの設定] junichi | ja:documentation:pandorafms:installation:05_configuration_agents [2026/05/22 23:30] (現在) – [MS Windows での基本エンドポイントオプション] junichi | ||
|---|---|---|---|
| 行 2599: | 行 2599: | ||
| ==== Unix エンドポイントの初期実行 ==== | ==== Unix エンドポイントの初期実行 ==== | ||
| - | To start the EndPoint it is only necessary to execute: | + | To start the EndPoint, it is necessary to run: |
| エンドポイントの起動は以下のようにします。 | エンドポイントの起動は以下のようにします。 | ||
| - | < | + | < |
| systemctl start pandora_agent_daemon | systemctl start pandora_agent_daemon | ||
| - | |||
| </ | </ | ||
| - | To stop the EndPoint, run: | + | To stop the EndPoint: |
| エンドポイントの停止は以下のようにします。 | エンドポイントの停止は以下のようにします。 | ||
| - | < | + | < |
| systemctl stop pandora_agent_daemon | systemctl stop pandora_agent_daemon | ||
| + | </ | ||
| + | |||
| + | 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 | ||
| </ | </ | ||
| + | | ||
| + | </ | ||
| - | 起動スクリプトで Pandora FMS エージェントの起動・停止ができます。デフォルトでは起動後はデーモーンとして動作します。 | + | <WRAP center round tip 90%> |
| + | |||
| + | エンドポイントがオペレーティングシステムの起動時に毎回実行されるようにするには、一度だけ実行してください。 | ||
| + | |||
| + | <code bash> | ||
| + | systemctl enable pandora_agent_daemon | ||
| + | </ | ||
| + | \\ | ||
| + | </ | ||
| <wrap #ks8_3 /> | <wrap #ks8_3 /> | ||
| 行 2815: | 行 2834: | ||
| </ | </ | ||
| + | |||
| + | <wrap #ks9_3 /> | ||
| ==== MS Windows でのエンドポイントセキュリティオプション ==== | ==== MS Windows でのエンドポイントセキュリティオプション ==== | ||