Uninstalling 360 Monitoring
Manual uninstallation
- Connect to the server via SSH
- Uninstall the service
# systemctl stop agent360
# systemctl disable agent360
# rm -f /etc/systemd/system/agent360
- Remove the configuration
# rm -f /etc/agent360.ini
# rm -f /etc/agent360-token.ini
- Uninstall the agent module and user
# pip uninstall agent360
# userdel agent360
- Wait for 15 minutes
- Go to 360 Monitoring > Servers
- Click remove server next to the server name
Automatic uninstallation
- Connect to the server via SSH
- Execute the following command to download and run the uninstallation script:
sh <(curl https://raw.githubusercontent.com/plesk/kb-scripts/master/360-monitoring-uninstall/360-monitoring-uninstall.sh || wget -O - https://raw.githubusercontent.com/plesk/kb-scripts/master/360-monitoring-uninstall/360-monitoring-uninstall.sh)
- Once the script finishes its job, wait for 15 minutes (the propagation of changes on 360 Monitoring takes this time)
- Go to 360 Monitoring > Servers
- Click the remove server button next to the server name
Updated 2 months ago