refactor: integrate dashboard into server.py :8899, remove standalone dashboard
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# MoFin — Dashboard API 参考
|
||||
|
||||
> 版本: v1.0 | 端口: 5807 | 入口: http://192.168.1.246:5807
|
||||
> 版本: v1.0 | 端口: 8899 | 入口: http://192.168.1.246:8899
|
||||
|
||||
---
|
||||
|
||||
@@ -94,7 +94,7 @@ MoFin Dashboard
|
||||
crontab (每 5 分钟)
|
||||
└── agents_health_check.py → last_health_check.json
|
||||
|
||||
Dashboard (:5807)
|
||||
Dashboard (:8899)
|
||||
├── /api/services ← 实时 TCP/HTTP 检测
|
||||
├── /api/monitor ← 聚合读取 health check JSON
|
||||
└── /api/module-spec/<module> ← 读取 specs/
|
||||
|
||||
Reference in New Issue
Block a user