探针
本文最后更新于 383 天前,其中的信息可能已经有所发展或是发生改变。

项目:

https://github.com/cppla/ServerStatus

服务端:

`Docker`:     

wget --no-check-certificate -qO ~/serverstatus-config.json https://raw.githubusercontent.com/cppla/ServerStatus/master/server/config.json && mkdir ~/serverstatus-monthtraffic    
docker run -d --restart=always --name=serverstatus -v ~/serverstatus-config.json:/ServerStatus/server/config.json -v ~/serverstatus-monthtraffic:/usr/share/nginx/html/json -p 80:80 -p 35601:35601 cppla/serverstatus:latest     

客户端

wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python3 client-linux.py SERVER=108.165.115.151 USER=s01 PASSWORD=12345678 >/dev/null 2>&1 &
暂无评论

发送评论 编辑评论


				
上一篇
下一篇