feat: 监控阈值设置新增CPU温度项

- 默认阈值: 80°C (范围 30-120°C)
- 同时监控 CPU0 和 CPU1 (双路服务器)
- 超温时弹窗警告 + 桌面通知
This commit is contained in:
2026-06-01 17:13:06 +08:00
parent bb19141edc
commit ecbba836d9
2 changed files with 20 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ APP_PORT = 16022
# 监控配置
DEFAULT_THRESHOLDS = {
'cpu': 80,
'cpu_temp': 80,
'memory': 85,
'disk': 90,
'interval': 60