Files
metabuilder/frontends/qt6/config/supergod-system-metrics.json
johndoe6345789 77bcf4532e refactor(qt6): JSON config extraction + CWorkflowCanvas split
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>
2026-03-19 10:03:51 +00:00

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
}
}