secubox-openwrt/package/secubox/luci-app-metrics-dashboard/root/usr/share/luci/menu.d/luci-app-metrics-dashboard.json
CyberMind-FR 678e5a5921 feat(luci): Add Metrics Dashboard + fix WAF filters layout
New luci-app-metrics-dashboard with real-time system overview:
- System uptime, memory, load stats
- Core services status (HAProxy, mitmproxy, CrowdSec)
- vHosts, MetaBlog sites, Streamlit apps counts
- WAF alerts, bans, threats statistics
- Active connections (HTTP, HTTPS, SSH, TCP total)
- SSL certificates list
- Auto-refresh every 5 seconds

WAF Filters page:
- Changed stats display to single-line compact format
- Shows "17 Categories · 17 Active · 150 Rules" inline

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-17 11:54:37 +01:00

15 lines
301 B
JSON

{
"admin/status/metrics": {
"title": "Metrics Dashboard",
"order": 5,
"action": {
"type": "view",
"path": "metrics/dashboard"
},
"depends": {
"acl": ["luci-app-metrics-dashboard"],
"uci": {}
}
}
}