Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

腾讯云 监控卸载 #88

Open
aiastia opened this issue Jan 20, 2025 · 4 comments
Open

腾讯云 监控卸载 #88

aiastia opened this issue Jan 20, 2025 · 4 comments

Comments

@aiastia
Copy link
Owner

aiastia commented Jan 20, 2025

腾讯云轻量服务器删除监控,指令如下

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

卸载新的TAT自动化助手

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

谨慎可选 rm -fr /usr/local/qcloud

检查 agent 进程是否还在

ps -A | grep agent
@aiastia
Copy link
Owner Author

aiastia commented Jan 20, 2025

阿里云

以root用户登录云监控插件所在主机。

执行以下命令,停止云监控插件。

bash /usr/local/cloudmonitor/cloudmonitorCtl.sh stop

执行以下命令,卸载云监控插件。

bash /usr/local/cloudmonitor/cloudmonitorCtl.sh uninstall

执行以下命令,删除目录cloudmonitor。

rm -rf /usr/local/cloudmonitor

@aiastia
Copy link
Owner Author

aiastia commented Jan 21, 2025

wget "http://update2.aegis.aliyun.com/download/uninstall.sh" && chmod +x uninstall.sh && ./uninstall.sh

@aiastia
Copy link
Owner Author

aiastia commented Jan 21, 2025

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

@aiastia
Copy link
Owner Author

aiastia commented Jan 21, 2025

ps -aux | grep -E 'aliyun|AliYunDun'

https://crowall.com/2024/11/05/uninstall-aliyun-dun.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant