Monitor every component of your OpenClaw AI deployment. Get instant alerts when anything breaks. Works on macOS and Linux.
pip3 install originclaw-monitor
Auto-discovers your OpenClaw setup and monitors everything from infrastructure to business outcomes.
CPU, memory, disk and network health of the host machine.
Gateway process, cron jobs, heartbeat, and active sessions.
All connected APIs and MCP servers auto-discovered from your config.
Background daemons, skills, and delivery of business-critical outputs.
Checks every 1 second. Fires email and Telegram the moment your gateway goes down.
Reads your openclaw.json automatically. No manual config. Works with any deployment.
Telegram, Email, Discord, Slack. 3-strike confirmation prevents false alarms.
Premium React topology dashboard. Real-time data. Drag and expand components.
Attempts automatic recovery before alerting. Restarts failed processes automatically.
One install monitors multiple OpenClaw deployments with isolated alerts per client.
Everything you can do with originclaw-monitor.
originclaw-monitor initAuto-discover OpenClaw and configure monitoring. Reads openclaw.json, mcporter.json, LaunchAgents.originclaw-monitor statusShow full system health. Gateway, crons, heartbeat, integrations, daemons, last heartbeat.originclaw-monitor startStart monitoring daemon and gateway watchdog. Runs in background, alerts on failures.originclaw-monitor runRun one full check cycle across all 5 layers. Good for testing or one-off health checks.originclaw-monitor watchdogStart gateway watchdog. Checks every 1 second, fires alert immediately on first failure.originclaw-monitor dashboardStart monitoring API and web dashboard. Opens topology view at http://localhost:8787.originclaw-monitor test-alertSend a test email and Telegram message to verify alert channels are configured correctly.originclaw-monitor helpShow all commands with descriptions. Also runs when no command is provided.telegram_token + telegram_chat_id
resend_api_key + developer_email
discord_webhook
slack_webhook
Works on macOS and Linux. Python 3.9+ required.
Install from PyPI.
Auto-discovers OpenClaw setup.
Watchdog starts immediately.
{
"client_name": "Wayne Bos",
"developer_email": "dev@example.com",
"resend_api_key": "re_...",
"telegram_token": "bot_token",
"telegram_chat_id": "123456789",
"interval_seconds": 300
}