买了良心云的HK/SG轻量可以把自带的监控卸载
毕竟大家买这种1C1G的服务器能干嘛都懂的 当然,你也可以选择直接DD系统 以下内容转载至互联网: 直接在腾讯云服务器上运行以下代码即可
/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
1
1
1检查 此脚本卸载完腾讯云的监控,但是腾讯云文件夹并不是只有监控,为了保险起见,脚本不会rm -fr /usr/local/qcloud
卸载完以后可以通过:ps -A | grep agent
来查看是否卸载干净,如无任何输出,则已卸载干净,如果有输出,请检查是否你自己的程序
发表评论