Files
agent-desirecore/heartbeat/HEARTBEAT.md

14 lines
531 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 通用规则
- 通知使用中文
- 输出格式系统健康度评分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\"' {} \;"