From 4555f9eb6922d9a145c62cc3179e6f2fbbfd7c56 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 9 Mar 2026 13:16:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=A3=81=E7=9B=98=E7=9B=91?= =?UTF-8?q?=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 46ba73d..a3a89bf 100644 --- a/main.py +++ b/main.py @@ -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") )