Q:我为啥要卸载这玩意?
A:顾名思义这玩意会监控你服务器,有时候违规使用警告也跟这玩意的监控有关,有时候资源占用还贼高。
差不多就是一个带防护功能的监视器?
腾讯云
/usr/local/qcloud/stargate/admin/uninstall.sh
/usr/local/qcloud/YunJing/uninst.sh
/usr/local/qcloud/monitor/barad/admin/uninstall.sh
crontab -l
#若卸载成功,该条输出中应无qcloud字样
ps aux | grep -i agent | grep -v grep
#若卸载成功,该条应无输出
阿里云
wget http://update.aegis.aliyun.com/download/uninstall.sh && chmod +x uninstall.sh && ./uninstall.sh
wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh && chmod +x quartz_uninstall.sh && ./quartz_uninstall.sh
pkill aliyun-service
rm -rf /etc/init.d/agentwatch /usr/sbin/aliyun-service
rm -rf /usr/local/aegis*
ps -aux | grep -E 'aliyun|AliYunDun' | grep -v grep
#若卸载成功,该条应无输出
写在后面
从个人角度来说监控你服务器是否有违规行为确实8太需要,但是这俩玩意好像还有安全防护的功能。另外,屑腾讯云在卸载云镜之后就没法在腾讯云控制台监控CPU、内存使用情况了,但是阿里云盾卸载之后依然可以监控CPU使用情况。
(u1s1服务器卡死的时候你自己破程序连自保都难,占用都看不到要你这有监控有用?留着专门盯着我发警告?)
(虽然我之前阿里云学生机没卸载云盾,AdGuard Home用53端口它也没鸟我,但是屑腾讯云千万别用53端口进行UDP通讯