1
0

feat: 新增 memory checker,支持系统级内存和交换空间检测

This commit is contained in:
2026-05-27 00:05:06 +08:00
parent 358f8d011a
commit 145bb8fd04
22 changed files with 2348 additions and 14 deletions

View File

@@ -367,3 +367,14 @@ targets:
lte: 85
maxCoreUsagePercent:
lte: 95
- id: "local-memory"
name: "本机内存"
type: memory
group: "基础设施"
interval: "30s"
timeout: "5s"
memory: {}
expect:
usagePercent:
lte: 85