调整磁盘监控

This commit is contained in:
liuwei
2026-03-09 13:16:48 +08:00
parent 1b795a060a
commit 4555f9eb69

View File

@@ -77,7 +77,7 @@ def main():
cpu_threshold=80.0,
load_threshold=16, # 自动设为 CPU 核心数 * 2
io_threshold=100.0,
disk_usage_threshold=60.0,
disk_usage_threshold=70.0,
handle_threshold=20000,
recipient=config.email.get("alert_recipient")
)