Uninstalling 360 Monitoring
This document explains how to uninstall 360 Monitoring from a server.
This document explains how to uninstall 360 Monitoring from a server.
Uninstall 360 Monitoring
To remove a server from 360 Monitoring, first remove the monitoring agent.
About 30 minutes after the monitoring agent stops sending data, a Remove Server button should appear on the Server Servers page.
For version 1.0 and up:
If your system uses systemd
, perform the following steps:
systemctl stop agent360
systemctl disable agent360
rm -f /etc/systemd/system/agent360
If your system uses init
, perform the following steps:
service agent360 stop
update-rc.d -f agent360 remove
rm -f /etc/init.d/agent360
Finally, run the following commands:
rm -f /etc/agent360.ini
rm -f /etc/agent360-token.ini
pip uninstall agent360
userdel agent360
For version 0.963:
Perform the following steps:
systemctl stop agent360
systemctl disable agent360
rm -f /etc/systemd/system/agent360
rm -rf /opt/agent360/
Check the actual content on GitHub. This script uninstalls the 360 Monitoring agent and removes all the configuration.
Updated over 1 year ago