General
Command Center
NOC-style fleet monitoring dashboard - superseded by ArgoBox admin dashboard
Command Center (Archived)
Status: Superseded. Functionality merged into the ArgoBox admin dashboard and health monitor module.
The Command Center was a standalone Flask-based NOC (Network Operations Center) dashboard that provided fleet-wide monitoring of all homelab services.
What It Did
- Service grid — Real-time status tiles for all hosts and services
- Topology view — Network diagram showing connections between hosts
- Alert feed — Centralized alert stream from all monitored services
- Uptime tracking — Historical uptime percentages per service
- Quick actions — Restart services, trigger scans, deploy updates
Why It Was Superseded
All Command Center functionality was rebuilt (better) inside ArgoBox:
| Command Center Feature | ArgoBox Replacement |
|---|---|
| Service grid | /admin/health (Health Monitor) |
| Topology view | /architecture (Interactive Cytoscape graph) |
| Alert feed | Admin notification system |
| Uptime tracking | /admin/status (Uptime Kuma integration) |
| Quick actions | Admin sidebar + command palette |
The standalone Flask app added deployment complexity (separate process, separate auth) without providing functionality that ArgoBox's integrated admin couldn't do better.
Repository
| Repo | Location |
|---|---|
| argobox-command-center | ~/Development/argobox-command-center |
Related
- Health Monitor — Current service monitoring
- Architecture Page — Interactive topology visualization