卸载腾讯云内置组件
Haiya Lv3

概述

腾讯云服务器会自动安装云监控、云镜等监控安全服务用于在控制台查看服务器状态。

2022 年 9 月 26 日通过测试

1
2
3
4
5
6
7
8
9
10
11
12
13
bash /usr/local/qcloud/YunJing/uninst.sh
bash /usr/local/qcloud/stargate/admin/uninstall.sh
bash /usr/local/qcloud/monitor/barad/admin/uninstall.sh

systemctl stop tat_agent
systemctl disable tat_agent
rm -f /etc/systemd/system/tat_agent.service

# 删除cron定时任务
crontab -e

# 检查是否全部卸载
ps -A | grep agent
由 Hexo 驱动 & 主题 Keep