Update the Monitoring Agent

This document explains how to upgrade the 360 Monitoring Agent.

This document explains how to upgrade the 360 Monitoring Agent.

Update

To upgrade to the latest version of agent360, run the following command:

pip3 install agent360 --upgrade

After the upgrade is finished, restart the agent with the following command:

service agent360 restart

Your server will now use the latest version of agent360.

Update Windows version

Download the latest version from GitHub repository and execute it with /nohello /verysilent parameter.

SetupAgent360-v1.2.47.exe /nohello /verysilent

After the upgrade is finished, restart the agent service. Service could be found in Windows Administrative Tools -> Services. Or restart by using the command in CMD:

net stop Agent360 && net start Agent360