Uninstall the monitoring agent
To remove this server from Nixstats first remove the monitoring agent. About 30 minutes after the monitoring agent stops sending data a remove server button should appear on the servers page.
For version 1.0 and up:
If your system uses systemd
For init
Finally run:
For version 0.963:
For version 1.0 and up:
If your system uses systemd
systemctl stop nixstatsagent
systemctl disable nixstatsagent
rm -f /etc/systemd/system/nixstatsagent
For init
service nixstatsagent stop
update-rc.d -f nixstatsagent remove
rm -f /etc/init.d/nixstatsagent
Finally run:
rm -f /etc/nixstats.ini
rm -f /etc/nixstats-token.ini
pip uninstall nixstatsagent
userdel nixstats
For version 0.963:
systemctl stop nixstats
systemctl disable nixstats
rm -f /etc/systemd/system/nixstats
rm -rf /opt/nixstats/
Updated on: 11/04/2018
Thank you!