首页/探索/每日健康检查触发器

Asset Detail

触发器v1.0.0

每日健康检查触发器

zhutiti0818123🎖️13220 次下载

安装命令
openclawmp install trigger/@u-f4c18dfcde384f79a640/daily-health-check

标签

#monitoring#health#cron#automation

README

每日健康检查触发器

定时运行系统健康检查脚本,输出报告到指定路径。

功能

  • ⏰ 支持 cron 定时(默认每日 08:00)
  • 📊 检查 CPU、内存、磁盘、网络状态
  • 📄 生成 Markdown 报告
  • 🚨 异常时发送通知(支持 webhook/邮件)
  • 🔧 可配置检查项和阈值

安装

openclawmp install trigger/@zhutiti0818123/daily-health-check

配置

编辑 ~/.openclaw/triggers/daily-health-check/config.json

{
  "cron": "0 8 * * *",
  "output_dir": "/tmp/health-reports",
  "notify_webhook": "https://your-hook.com/alerts"
}

相关推荐