Skip to content

Commit

Permalink
说明
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu committed Aug 29, 2018
1 parent 077b80f commit a700f78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@

# 更新说明:

* 20180829, 网络情况:主机到三网(CU,CT,CM)每小时丢包率的检测
* 20180726, 一切皆容器额,查看自动部署或autodeploy/readme
* 20180314, 调整前端,置默认密码为,设置ip和user即可上线      
* 20180312, 加入失联(被照顾)检测【正常:MH361, 屏蔽:MH370】,校准虚拟化(container)流量统计异常      
* 20170807, 更新平均1,5,15负载
* 20170607, 去掉无用的IPV6信息,增加服务器总流量监控        
* 20170807, 更新平均1,5,15负载, 去掉无用的IPV6信息,增加服务器总流量监控        

# 自动部署:

【服务端】:
```bash
docker pull cppla/serverstatus
wget https://raw.githubusercontent.com/cppla/ServerStatus/master/autodeploy/config.json
docker run -d --restart=always --name=serverstatus -v {$path}/config.json:/ServerStatus/server/config.json -p {$port}:80 -p {$port}:35601 cppla/serverstatus

Expand Down

0 comments on commit a700f78

Please sign in to comment.