🦀 ClawHub
Nas system monitor
by @sasamittrrr
Monitor NAS system health, disk usage, network status, and auto-alert via Feishu/Discord.
TERMINAL
clawhub install nas-system-monitor📖 About This Skill
name: nas-system-monitor version: 1.0.0 description: Monitor NAS system health, disk usage, network status, and auto-alert via Feishu/Discord. homepage: https://github.com/openclaw/nas-system-monitor metadata: openclaw: emoji: "🖥️" category: productivity price: 300
NAS System Monitor
专为飞牛 NAS 设计的系统监控工具,实时监控健康状态并发送告警。
Features
Quick Start
# 安装
pip install -r requirements.txt配置告警渠道
export FEISHU_WEBHOOK=your_webhook_url启动监控
python3 monitor.py --interval 60
Alert Rules
| 指标 | 警告阈值 | 紧急阈值 | |------|----------|----------| | 磁盘使用率 | 80% | 90% | | CPU 温度 | 70°C | 85°C | | 内存使用率 | 85% | 95% | | 网络延迟 | 100ms | 500ms |
Supported Platforms
💡 Examples
# 安装
pip install -r requirements.txt配置告警渠道
export FEISHU_WEBHOOK=your_webhook_url启动监控
python3 monitor.py --interval 60