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>
11 lines
306 B
JSON
11 lines
306 B
JSON
{
|
|
"luci-app-metrics-dashboard": {
|
|
"description": "SecuBox Metrics Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.metrics": ["overview", "certs", "vhosts", "metablogs", "streamlits", "waf_stats", "connections", "firewall_stats", "all"]
|
|
}
|
|
}
|
|
}
|
|
}
|