Files
openclaw-monitor/docs/README.md

78 lines
1.6 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 监控网站项目
## 📋 项目信息
- **项目名称**: 龙虾舰队监控中心
- **创建时间**: 2026-04-01
- **类型**: Web 监控面板
- **状态**: 🟢 运行中
- **访问地址**: http://localhost:18001
---
## 🎯 需求文档
### 核心需求
1. **状态监控** ⭐⭐⭐
- 显示所有龙虾的运行状态
- 健康状态用颜色区分(绿色/红色)
- 每 5 秒自动刷新
2. **基本信息展示** ⭐⭐⭐
- 龙虾名称
- 专长描述
- 监听端口
- 运行状态
3. **记忆查看** ⭐⭐
- 查看每个龙虾的 MEMORY.md
- 查看最近的每日记忆文件
### 技术需求
- 轻量级,不需要复杂框架
- 内网访问即可
- 自动刷新状态
---
## 📁 项目结构
```
monitor-dashboard/
├── frontend/ # 前端监控面板
│ └── index.html # 主页面
├── backend/ # 后端 APIDjango
│ └── memory-api/ # 记忆 API 服务
├── projects/ # 项目文档
│ └── monitoring-website/ # 本项目文档
└── archive/ # 归档
└── chat-logs/ # 聊天记录
```
---
## 🚀 服务端口
| 服务 | 端口 | 说明 |
|------|------|------|
| 监控面板 | 18001 | 前端静态页面 |
| 记忆 API | 18081 | Django 后端 API |
---
## 📝 变更记录
| 日期 | 变更内容 | 状态 |
|------|----------|------|
| 2026-04-01 | 初始部署监控面板 | ✅ |
| 2026-04-01 | 添加记忆 API | ✅ |
| 2026-04-01 | 创建项目文档 | ✅ |
---
## 📞 相关文档
- [运维手册](运维手册.md)
- [聊天记录](../../archive/chat-logs/2026-04-01.md)