先通过Telegram的@getuserID获取Chat id,再通过@BotFather创建机器人获取Bot token。而后已此两个参数取代以下代码中的YOUR_TG_CHAT_ID 和 YOUR_TG_BOT_TOKEN
mkdir -p /root/docker_data/sss
cd /root/docker_data/sss
wget --no-check-certificate https://raw.githubusercontent.com/lidalao/ServerStatus/master/sss.sh && chmod +x ./sss.sh && ./sss.sh YOUR_TG_CHAT_ID YOUR_TG_BOT_TOKEN
安装成功后,默认web服务地址:http://ip:8081