Skip to content

Releases: cppla/ServerStatus

ServerStatus CN Build 1.1.8

Choose a tag to compare

@cppla cppla released this 01 Jul 11:32

1、不用三年了,AI 已经能够100%取代程序员了。大家尽量多用codex和code,打开思路。
2、新增API,方便AI Agent接入。
3、优化前端显示,方便配置节点。

todo:轻量即使一切,后续API合并到主程序,并一直轻下去。

docker pull cppla/serverstatus:server
docker pull cppla/serverstatus:client

ServerStatus CN Build 1.1.7

Choose a tag to compare

@cppla cppla released this 03 Sep 10:50

1、AI 三年后可能会取代 70% 以上的程序员,大家一定要做好 准备
2、ServerStatus 1.1.7 以后均将由AI完成

docker pull cppla/serverstatus:1.1.7

ServerStatus CN Build 1.1.6

Choose a tag to compare

@cppla cppla released this 15 Aug 11:18

1、新增对SSL证书的告警,config.json中配置sslcerts即可完成告警。
2、新皮等,Power by GPT5 Agent 。
3、AI已经能够替代大部分程序员了。

docker pull cppla/serverstatus:1.1.6

ServerStatus CN Build 1.1.5

Choose a tag to compare

@cppla cppla released this 13 Sep 09:45

1、移除jquery,新皮等,Power by AI

docker pull cppla/serverstatus:1.1.5

ServerStatus CN Build 1.1.4

Choose a tag to compare

@cppla cppla released this 03 Apr 14:05
0fe0106

1、修复一个关键bug,解决了网络波动导致的错误宕机报警,宕机消息延迟15秒钟再次判断下线才会发送宕机告警。
2、屏蔽无用的nginx日志,减少不必要的docker日志输出,同时增强Nginx健康检查。

docker pull cppla/serverstatus:1.1.4

ServerStatus CN Build 1.1.2

Choose a tag to compare

@cppla cppla released this 11 Mar 07:39

增加网站 / 数据库 /指定服务 的监控,从服务标签页可以看到最近24小时网站 / 数据库 / 服务 的在线率监控。

docker pull cppla/serverstatus:1.1.2

ServerStatus CN Build 1.1.1

Choose a tag to compare

@cppla cppla released this 17 Oct 04:43
bd4c22e

1、静态字符串参与断言计算,诸如:username/user/type/host/location,丰富限制条件和规则

  • "cpu>90&load_1>4&memory_total<33554432&name!='俄勒冈'"
  • "online4=0&online6=0&name!='俄勒冈'&username!='s02'"
  • "tcp_count>600&type='Oracle'"

2、增加一个第三方极简主题Light。

docker pull cppla/serverstatus:1.1.1

ServerStatus CN Build 1.1.0

Choose a tag to compare

@cppla cppla released this 13 Oct 04:48
d242c6c

修复一些bug,诸如以下等:

1、告警规则和自定义callbacl url特殊字符冲突

2、三网探测,客户端及时刷新dns

docker pull cppla/serverstatus:1.1.0

ServerStatus CN Build 1.0.9

Choose a tag to compare

@cppla cppla released this 25 Aug 08:28
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

ServerStatus CN Build 1.0.8

Choose a tag to compare

@cppla cppla released this 10 May 07:31
ab5d6f7

加入实时IO统计功能

docker pull cppla/serverstatus:1.0.8