安装云监控主控机时候
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
出现了这个失败
curl -kv https://127.0.0.1:806 拒绝访问
806端口确认是开了的
|
|