OKESD监控系统Ubuntu下面卸载方法和命令
sudo systemctl stop okesd.service
systemctl status okesd.service
sudo systemctl disable okesd.service
sudo apt-get remove okesd
sudo rm /etc/systemd/system/okesd.service
sudo rm -rf /var/log/okesd
sudo rm /etc/default/okesd
sudo rm -rf /usr/local/okesd
sudo systemctl daemon-reload
systemctl status okesd.service