ja:documentation:pandorafms:technical_annexes:32_pfms_install_software_agent

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
ja:documentation:pandorafms:technical_annexes:32_pfms_install_software_agent [2026/07/24 21:54] – [Ubuntu Server 22.04 へのエンドポイントインストール] junichija: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://packages.pandorafms.com/pandorafms/latest/pandorafms_one_agent_linux-latest.tar.gz wget https://packages.pandorafms.com/pandorafms/latest/pandorafms_one_agent_linux-latest.tar.gz
-tar xvzf pandorafms_agent_linux-7.0NG.tar.gz+tar xvzf pandorafms_one_agent_linux-latest.tar.gz
 cd unix cd unix
 ./pandora_agent_installer --install ./pandora_agent_installer --install
 cp -a tentacle_client /usr/local/bin/ cp -a tentacle_client /usr/local/bin/
- 
- 
 </code> </code>
  
-Delete the ''unix'' directory.+Delete the temporary directory: ''cd .. && rm -R unix''.
  
-''unix'' ディレクトリを削除します。+テンポラリディレクトリを削除します。: ''cd .. && rm -R unix''
  
 If you are going to use the option [[:en:documentation:pandorafms:installation:05_configuration_agents#server_ssl|server_ssl]] install the following dependencies, enter in the terminal: If you are going to use the option [[:en:documentation:pandorafms:installation:05_configuration_agents#server_ssl|server_ssl]] install the following dependencies, enter in the terminal:
行 241: 行 239:
 </code> </code>
  
-EndPoint configuration:+EndPoint configuration, enable remote configuration:
  
-エンドポイント設定:+エンドポイント設定、リモート設定を有効にします。
  
 <code bash> <code bash>
-sed -i "s/^remote_config.*$/remote_config 1/g" $PANDORA_AGENT_CONF+sed -i "s/^remote_config.*$/remote_config 1/g" /etc/pandora/pandora_agent.conf 
 +</code> 
 + 
 +Endpoint configuration, IP address or URL of the PFMS Server: Using your favourite text editor (or with ''nano /etc/pandora/pandora_agent.conf''), enter the IP address or name of the Pandora FMS server to which the data will be sent in the token [[:en:documentation:pandorafms:installation:05_configuration_agents#server_ip|server_ip]] field. 
 + 
 +エンドポイント設定(PFMS サーバの IP アドレスまたは URL):お好みのテキストエディタ(または ''nano /etc/pandora/pandora_agent.conf'')を使用し、[[:ja:documentation:pandorafms:installation:05_configuration_agents#server_ip|server_ip]] フィールドに、データを送信する Pandora FMS サーバの IP アドレスまたはホスト名を入力します。 
 + 
 +Start the EndPoint and ensure it runs permanently every time the computer to be monitored is restarted: 
 + 
 +エンドポイントを起動し、監視対象のコンピュータが再起動されるたびに常に実行されるように設定します。 
 + 
 +<code>
 systemctl start pandora_agent_daemon systemctl start pandora_agent_daemon
 systemctl enable pandora_agent_daemon systemctl enable pandora_agent_daemon
- 
 </code> </code>
  
-For uninstalling [[#ks9|see the corresponding section]].+For uninstallation, [[#ks9|consult the corresponding section]].
  
-アンインストールに関しては、[[#ks10|こちらの章を参照してください]]+アンインストールについては、[[#ks9|該当するセクション]]を参照してください。
  
 <wrap #ks6 /> <wrap #ks6 />
  • ja/documentation/pandorafms/technical_annexes/32_pfms_install_software_agent.txt
  • 最終更新: 2026/07/24 22:00
  • by junichi