Install
openclaw skills install nas-system-monitorMonitor NAS system health, disk usage, network status, and auto-alert via Feishu/Discord.
openclaw skills install nas-system-monitor专为飞牛 NAS 设计的系统监控工具,实时监控健康状态并发送告警。
# 安装
pip install -r requirements.txt
# 配置告警渠道
export FEISHU_WEBHOOK=your_webhook_url
# 启动监控
python3 monitor.py --interval 60
| 指标 | 警告阈值 | 紧急阈值 |
|---|---|---|
| 磁盘使用率 | 80% | 90% |
| CPU 温度 | 70°C | 85°C |
| 内存使用率 | 85% | 95% |
| 网络延迟 | 100ms | 500ms |