堡塔云监控,多台服务器集中监控展示,实时接收异常提醒,帮助运维快速定位故障。
使用 SSH 连接工具,如 堡塔SSH终端 连接到您的 Linux 服务器后,根据系统执行相应命令开始安装(大约2分钟完成面板安装)
注意:推荐使用Chrome、火狐、edge浏览器,国产浏览器(极速模式)
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_btmonitor.sh;else wget -O install_btmonitor.sh https://download.bt.cn/install/install_btmonitor.sh;fi;bash install_btmonitor.sh
]]>堡塔云监控,多台服务器集中监控展示,实时接收异常提醒,帮助运维快速定位故障。
使用 SSH 连接工具,如堡塔SSH终端连接到您的 Linux 服务器后,根据系统执行相应命令开始安装(大约2分钟完成面板安装),推荐使用Chrome、火狐、Edge浏览器,国产浏览器。
wget -O /tmp/install_server.sh http://download.bt.cn/install/cloud_monitor/install.sh && bash /tmp/install_server.sh
]]>