🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Api Monitor Dashboard

by @sunshine-del-ux

Real-time monitoring dashboard for API uptime, response times, error rates, custom health checks, and alert notifications via email or Slack.

Versionv1.0.0
Downloads1,060
TERMINAL
clawhub install api-monitor-dashboard

πŸ“– About This Skill

API Monitor Dashboard

Real-time API monitoring and alerting system.

Features

  • Real-time uptime monitoring
  • Response time tracking
  • Error rate alerts
  • Custom health checks
  • Email/Slack notifications
  • Historical data
  • Auto-recovery detection
  • Usage

    # Start monitoring
    ./monitor.sh start

    Add endpoint

    ./monitor.sh add https://api.example.com/health

    Check status

    ./monitor.sh status

    Dashboard

    Open browser to view dashboard:

    http://localhost:3000
    

    Configuration

    Edit config.json to customize:

  • Check intervals
  • Timeout settings
  • Alert thresholds
  • Notification channels
  • Requirements

  • Node.js 18+
  • Docker (optional)
  • Author

    Sunshine-del-ux

    πŸ’‘ Examples

    # Start monitoring
    ./monitor.sh start

    Add endpoint

    ./monitor.sh add https://api.example.com/health

    Check status

    ./monitor.sh status

    βš™οΈ Configuration

    Edit config.json to customize:

  • Check intervals
  • Timeout settings
  • Alert thresholds
  • Notification channels