secubox-openwrt/package/secubox/luci-app-secubox-netdiag/root/usr/share/luci/menu.d/luci-app-secubox-netdiag.json
CyberMind-FR 0d9fe9015e feat(netdiag): Add SecuBox Network Diagnostics dashboard
New LuCI application for DSA switch port monitoring:
- Real-time port status (link, speed, duplex)
- Error counters (CRC, frame, FIFO, drops)
- Alert thresholds (normal/warning/critical)
- Interface detail modal with ethtool output
- Kernel message logs (dmesg)
- Auto-refresh polling (5s/10s/30s)
- Export log functionality
- SecuBox dark theme styling

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 17:44:32 +01:00

15 lines
232 B
JSON

{
"admin/secubox/netdiag": {
"title": "Network Diagnostics",
"order": 45,
"action": {
"type": "view",
"path": "secubox-netdiag/overview"
},
"depends": {
"acl": ["luci-app-secubox-netdiag"],
"uci": {}
}
}
}