Skip to content

ServerStatus CN Build 1.0.9

Compare
Choose a tag to compare
@cppla cppla released this 25 Aug 08:28
· 89 commits to master since this release
d5a047c

1、加入实时告警的功能。
支持Telegram,Server酱,PushDeer,或自定义的GET URL。推荐使用PushDeer

2、你可以组合任何已知字段的表达式 #180

eg: 磁盘容量实用率超过95

(hdd_used/hdd_total)*100>95

eg: 宕机示例

online4=0&online6=0

eg: 服务器高负载
cpu>95&load_5>3

docker pull cppla/serverstatus:1.0.9