Install
openclaw skills install api-monitor-dashboardReal-time monitoring dashboard for API uptime, response times, error rates, custom health checks, and alert notifications via email or Slack.
openclaw skills install api-monitor-dashboardReal-time API monitoring and alerting system.
# Start monitoring
./monitor.sh start
# Add endpoint
./monitor.sh add https://api.example.com/health
# Check status
./monitor.sh status
Open browser to view dashboard:
http://localhost:3000
Edit config.json to customize:
Sunshine-del-ux