最近新增的工作
This commit is contained in:
29
systemmonitor/README.md
Normal file
29
systemmonitor/README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# System Monitor 模块说明
|
||||
|
||||
## 当前状态
|
||||
|
||||
`systemmonitor` 当前作为系统监控能力聚合模块使用。
|
||||
|
||||
当前真实保留的子模块有:
|
||||
|
||||
- `disk-monitor`
|
||||
|
||||
## 当前结构
|
||||
|
||||
```text
|
||||
systemmonitor/
|
||||
└── disk-monitor/
|
||||
```
|
||||
|
||||
## disk-monitor 的职责
|
||||
|
||||
`disk-monitor` 预留用于承载磁盘监控相关能力,后续可在该模块内继续补充:
|
||||
|
||||
- 磁盘监控配置管理
|
||||
- 磁盘巡检任务
|
||||
- 磁盘容量计算与阈值判定
|
||||
- 磁盘预警与告警留痕
|
||||
|
||||
## 模块定位
|
||||
|
||||
当前将磁盘监控拆分到 `systemmonitor/disk-monitor`,目的是避免将系统监控扩展逻辑直接混入 `system` 公共基础模块,便于后续继续扩展 CPU、内存或进程级监控能力。
|
||||
Reference in New Issue
Block a user