From 12a5240770b7c0084b1a54efab7c286910d45193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=A6=A8=E5=85=83?= Date: Fri, 8 May 2026 18:04:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=BF=83=E8=B7=B3=E9=85=8D=E7=BD=AE=EF=BC=88=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=97=B6=E8=87=AA=E5=8A=A8=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E7=A9=BA=E6=A8=A1=E6=9D=BF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- heartbeat/HEARTBEAT.md | 13 ------------- heartbeat/sources/.gitkeep | 0 2 files changed, 13 deletions(-) delete mode 100644 heartbeat/HEARTBEAT.md delete mode 100644 heartbeat/sources/.gitkeep diff --git a/heartbeat/HEARTBEAT.md b/heartbeat/HEARTBEAT.md deleted file mode 100644 index a03d442..0000000 --- a/heartbeat/HEARTBEAT.md +++ /dev/null @@ -1,13 +0,0 @@ -# 通用规则 -- 通知使用中文 -- 输出格式:系统健康度评分(0-100)、待处理事项列表、异常状态告警 -- 无变化时不打扰用户 - -tasks: - - name: system-health - interval: 20m - prompt: "执行命令 uptime && df -h / && ps aux --sort=-%mem | head -6,汇总结果通知用户" - - - name: pending-tasks - interval: 20m - prompt: "执行以下命令并汇总结果,有异常则通知用户:find ~/.desirecore/runs/ -name meta.json -mmin -60 -exec grep -l '\"status\":\"failed\"' {} \;" diff --git a/heartbeat/sources/.gitkeep b/heartbeat/sources/.gitkeep deleted file mode 100644 index e69de29..0000000