差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| ja:documentation:pandorafms:technical_annexes:32_pfms_install_software_agent [2026/07/24 21:54] – [Ubuntu Server 22.04 へのエンドポイントインストール] junichi | ja:documentation:pandorafms:technical_annexes:32_pfms_install_software_agent [2026/07/24 22:00] (現在) – [Ubuntu Server 22.04 へのエンドポイントインストール] junichi | ||
|---|---|---|---|
| 行 220: | 行 220: | ||
| apt install -y perl coreutils wget curl unzip procps python3 python3-pip | apt install -y perl coreutils wget curl unzip procps python3 python3-pip | ||
| wget https:// | wget https:// | ||
| - | tar xvzf pandorafms_agent_linux-7.0NG.tar.gz | + | tar xvzf pandorafms_one_agent_linux-latest.tar.gz |
| cd unix | cd unix | ||
| ./ | ./ | ||
| cp -a tentacle_client / | cp -a tentacle_client / | ||
| - | |||
| - | |||
| </ | </ | ||
| - | Delete the '' | + | Delete the temporary directory: |
| - | '' | + | テンポラリディレクトリを削除します。: '' |
| If you are going to use the option [[: | If you are going to use the option [[: | ||
| 行 241: | 行 239: | ||
| </ | </ | ||
| - | EndPoint configuration: | + | EndPoint |
| - | エンドポイント設定: | + | エンドポイント設定、リモート設定を有効にします。 |
| <code bash> | <code bash> | ||
| - | sed -i " | + | sed -i " |
| + | </ | ||
| + | |||
| + | Endpoint configuration, | ||
| + | |||
| + | エンドポイント設定(PFMS サーバの IP アドレスまたは URL):お好みのテキストエディタ(または '' | ||
| + | |||
| + | Start the EndPoint and ensure it runs permanently every time the computer to be monitored is restarted: | ||
| + | |||
| + | エンドポイントを起動し、監視対象のコンピュータが再起動されるたびに常に実行されるように設定します。 | ||
| + | |||
| + | < | ||
| systemctl start pandora_agent_daemon | systemctl start pandora_agent_daemon | ||
| systemctl enable pandora_agent_daemon | systemctl enable pandora_agent_daemon | ||
| - | |||
| </ | </ | ||
| - | For uninstalling | + | For uninstallation, |
| - | アンインストールに関しては、[[# | + | アンインストールについては、[[# |
| <wrap #ks6 /> | <wrap #ks6 /> | ||