如何优雅地完整的一键卸载腾讯云监控(sgagent && barad_agent)
使用我主要使用的是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.s
·
使用
我主要使用的是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
打包好的shell,我并没有实际测试
检查
此脚本卸载完腾讯云的监控,但是腾讯云文件夹并不是只有监控,为了保险起见,脚本不会rm -fr /usr/local/qcloud
(没事瞎鸡扒rm -fr简直作大死)
卸载完以后可以通过:ps -A | grep agent
来查看是否卸载干净,如无任何输出,则已卸载干净,如果有输出,请检查是否你自己的程序
更多推荐
已为社区贡献1条内容
所有评论(0)