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>
15 lines
232 B
JSON
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": {}
|
|
}
|
|
}
|
|
}
|