mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
95% JSON config principle applied: - SuperGodPanel: mock tenants/users/metrics/transfers → config/*.json (806→588) - WorkflowEditor: mock workflows → config/workflow-mock-data.json - FrontPage: levels/tech/services/creds → config/frontpage-data.json - App.qml: seed users/views → config/app-config.json CWorkflowCanvas (384→182): CCanvasGrid, CCanvasZoomOverlay, CWorkflowNodeDelegate extracted Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
488 B
JSON
15 lines
488 B
JSON
{
|
|
"daemons": [
|
|
{ "name": "DBAL", "status": "healthy", "uptime": "14d 7h 32m", "port": 8080 },
|
|
{ "name": "Nginx", "status": "healthy", "uptime": "14d 7h 30m", "port": 443 },
|
|
{ "name": "PostgreSQL", "status": "healthy", "uptime": "14d 6h 55m", "port": 5432 },
|
|
{ "name": "Redis", "status": "degraded", "uptime": "2d 1h 12m", "port": 6379 }
|
|
],
|
|
"metrics": {
|
|
"cpu": 34,
|
|
"memory": 62,
|
|
"disk": 47,
|
|
"network": 18
|
|
}
|
|
}
|