Cloud Monitoring Platform
Real-time monitoring of distributed cloud infrastructure
Overview: This dashboard simulates a cloud monitoring platform that tracks CPU
and memory usage across multiple servers, assigns health status levels, stores historical
monitoring records in SQLite, and exposes API endpoints for system data retrieval.
Active Alerts
No active alerts right now.
Servers
Web Server
Handles frontend traffic and user requests.
CPU: 0.0% | Memory: 41.2%
Status: Healthy
Database Server
Stores and serves application data.
CPU: 0.0% | Memory: 41.2%
Status: Healthy
API Server
Processes backend logic and integrations.
CPU: 0.0% | Memory: 41.2%
Status: Healthy
Status Guide
Healthy = operating within safe thresholds
Warning = approaching resource limits
Critical = system at risk and may require immediate action
API Endpoints
/api/servers → current server metrics
/api/health → environment health summary
/api/history → stored historical monitoring logs