码迷,mamicode.com
首页 > 其他好文 > 详细

卸载阿里云、腾讯云的监控

时间:2020-06-14 01:06:21      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:阿里云   img   order   src   微软雅黑   pkill   微软   loading   highlight   

腾讯云:

第一步:在默认安装系统的时候不要勾选安全云镜和安全监控软件
第二步:如果安装了监控软件后如何卸载,操作如下:

/usr/local/qcloud/stargate/admin/uninstall.sh
/usr/local/qcloud/YunJing/uninst.sh
/usr/local/qcloud/monitor/barad/admin/uninstall.sh

 

阿里云:

第一步:卸载AliYunDun

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

 

第二步:删除AliYunDun残留

pkill aliyun-service
rm -fr /etc/init.d/agentwatch /usr/sbin/aliyun-service
rm -rf /usr/local/aegis*

 

第三步:继续删除残留

iptables -I INPUT -s 140.205.201.0/28 -j DROP
iptables -I INPUT -s 140.205.201.16/29 -j DROP
iptables -I INPUT -s 140.205.201.32/28 -j DROP
iptables -I INPUT -s 140.205.225.192/29 -j DROP
iptables -I INPUT -s 140.205.225.200/30 -j DROP
iptables -I INPUT -s 140.205.225.184/29 -j DROP
iptables -I INPUT -s 140.205.225.183/32 -j DROP
iptables -I INPUT -s 140.205.225.206/32 -j DROP
iptables -I INPUT -s 140.205.225.205/32 -j DROP
iptables -I INPUT -s 140.205.225.195/32 -j DROP
iptables -I INPUT -s 140.205.225.204/32 -j DROP

 技术图片

 

 

技术图片

 

卸载阿里云、腾讯云的监控

标签:阿里云   img   order   src   微软雅黑   pkill   微软   loading   highlight   

原文地址:https://www.cnblogs.com/huhu1020387597/p/13122337.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!