api-monitor-dashboard
v1.0.0实时监控仪表盘,支持API可用性、响应时间、错误率、健康检查及邮件/Slack告警。
Installation
Please help me install the skill `api-monitor-dashboard` from SkillHub official store.
npx skills add Sunshine-del-ux/api-monitor-dashboard
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