使用
我主要使用的是Centos的服务器,测试环境是Centos 7.4(其他Linux系统也应该大同小异)
直接在腾讯云服务器上运行以下代码即可
/usr/local/qcloud/stargate/admin/uninstall.sh
/usr/local/qcloud/YunJing/uninst.sh
/usr/local/qcloud/monitor/barad/admin/uninstall.sh
也可以使用打包好的shell
wget -qO- https://raw.githubusercontent.com/littleplus/TencentAgentRemove/master/remove.sh | bash
停用服务
systemctl stop tat_agent
systemctl disable tat_agent
rm -f /etc/systemd/system/tat_agent.service
删除Cron中残留的定时任务
crontab -e
检查
此脚本卸载完腾讯云的监控,但是腾讯云文件夹并不是只有监控,为了保险起见,脚本不会`rm -fr /usr/local/qcloud`
卸载完以后可以通过:`ps -A | grep agent`
来查看是否卸载干净,如无任何输出,则已卸载干净,如果有输出,请检查是否你自己的程序
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。