secubox-openwrt/package/secubox/luci-app-secubox/root/usr/share/luci/menu.d/luci-status-secubox-metrics.json
CyberMind-FR 7dd5f7cb8e feat(luci): Add SecuBox Metrics view under Status menu
New LuCI view at Status > SecuBox Metrics showing:
- System health (load, CPU, uptime)
- Resources (memory, disk)
- Services (HAProxy, sites, apps, Tor)
- Network connections
- Security stats (CrowdSec bans, attacks, countries)

Auto-refreshes every 10 seconds with cyberpunk styling.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 10:27:55 +01:00

11 lines
207 B
JSON

{
"admin/status/secubox-metrics": {
"title": "SecuBox Metrics",
"order": 5,
"action": {
"type": "view",
"path": "status/secubox-metrics"
}
}
}