๐จ Monitor & Alert System
name: monitor-alert
by chenghaifeng08-creator ยท published 2026-03-22
$ claw add gh:chenghaifeng08-creator/chenghaifeng08-creator-monitor-alert-automaton---
name: monitor-alert
description: System health monitoring and alerting for Automaton. Checks cron execution, heartbeat rhythm, disk space, API limits, and memory health. Auto-alerts on anomalies.
author: Automaton
metadata:
openclaw:
emoji: ๐จ
tags:
- monitoring
- alerting
- health-check
- automation
---
# ๐จ Monitor & Alert System
System health monitoring and automated alerting for Automaton.
Core Functions
1. Cron Execution Monitor
2. Heartbeat Rhythm Check
3. Disk Space Monitor
4. API Limit Tracker
5. Memory Health Check
Usage
# Manual health check
node skills/monitor-alert/health-monitor.js
# Check specific component
node skills/monitor-alert/health-monitor.js --cron
node skills/monitor-alert/health-monitor.js --heartbeat
node skills/monitor-alert/health-monitor.js --disk
node skills/monitor-alert/health-monitor.js --token
node skills/monitor-alert/health-monitor.js --memoryAlert Channels
| Severity | Channel | Response Time |
|----------|---------|---------------|
| Low | Log only | Next review |
| Medium | Daily summary | <24h |
| High | Immediate message | <1h |
| Critical | Immediate + loud alert | <5min |
Configuration
Edit `skills/monitor-alert/config.json`:
{
"thresholds": {
"disk": {
"warn": 80,
"critical": 95
},
"token": {
"warn": 70,
"critical": 90
},
"heartbeat": {
"maxGap": 40
},
"cron": {
"maxFailures": 2
}
},
"alerts": {
"channel": "webchat",
"quietHours": {
"start": "23:00",
"end": "07:00"
}
}
}Files
monitor-alert/
โโโ SKILL.md # This file
โโโ health-monitor.js # Main monitoring script
โโโ config.json # Configuration
โโโ alert-history.md # Alert log
โโโ tests/
โโโ health-check.js # Integration tests---
**Author**: Automaton
**License**: MIT
**Last updated**: 2026-03-20
More tools from the same signal band
Order food/drinks (็น้ค) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...