更新架构图

This commit is contained in:
Alex Yang
2025-12-07 18:31:59 +08:00
parent 49478e0af5
commit 205eae38ff

View File

@@ -18,7 +18,7 @@
### 后端服务Backend ### 后端服务Backend
- **数据收集**接收Agent上报的监控数据 - **数据收集**接收Agent上报的监控数据
- **数据存储**支持InfluxDB和MySQL数据库 - **数据存储**将设备token、账号密码(正式版实现)等关键数据记录到MySQL监控时序数据存储到InfluxDB
- **Web界面**:实时监控仪表盘 - **Web界面**:实时监控仪表盘
- **图表可视化**:系统资源趋势图 - **图表可视化**:系统资源趋势图
- **设备管理**:多设备监控和管理 - **设备管理**:多设备监控和管理
@@ -28,22 +28,23 @@
``` ```
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Linux Agent │──────▶│ │ │ Linux 代理 │──────▶│ │──────▶
└─────────────────┘ │ │ └─────────────────┘ │ │
│ Backend Server │ │ Backend Server │
┌─────────────────┐ │ │ ┌─────────────────┐ │ │
│ Windows Agent │──────▶│ │ │ Windows 代理 │──────▶│ │
└─────────────────┘ └─────────────────┘ └─────────────────┘ └─────────────────┘
┌───────────────┴──────────────┐
▼ ▼
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
InfluxDB │◀──────│ Web Console MySQL │ │ InfluxDB
└─────────────────┘ └─────────────────┘ └─────────────────┘ └─────────────────┘
┌─────────────────┐ ┌───────────────────────────────────────────
MySQL Web Console (数据可视化与管理界面)
└─────────────────┘ └───────────────────────────────────────────
``` ```
## 安装部署 ## 安装部署