Plesk360
Platform360
Question
How to remove a server from 360 Monitoring?
Answer
In order to remove a server from 360 Monitoring, follow the below guide:
-
Connect to the server via SSH
-
Stop and disable the service:
# systemctl stop agent360
# systemctl disable agent360
# rm -f /etc/systemd/system/agent360 -
Remove the user, configuration files, and 360 Monitoring agent installation files themselves:
# rm -f /etc/agent360.ini
# rm -f /etc/agent360-token.ini
# pip3 uninstall agent360
# userdel agent360 -
Wait for 15 minutes (the propagation of changes takes this time)
-
Go to Plesk 360 > Monitoring > Servers
-
Click the remove server button next to the server name
Comments
2 comments
"service agent360 stop" works better under Debian 10.
"service agent360 stop" works better under Debian 10.
Please sign in to leave a comment.