feat(fwd-proxy): Squid cache stats card — GET /forward-proxy/stats + squidclient mgr:counters

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-25 16:47:31 +02:00
parent f29d74bad7
commit 711c4c7eb1
8 changed files with 176 additions and 7 deletions

View File

@@ -975,6 +975,18 @@
"deleteConfirm": "ACL {{name}} wirklich löschen?",
"emptyTitle": "Noch keine Forward-Proxy-ACLs.",
"emptyDesc": "Default ohne ACLs: nur localnet (10/8, 172.16/12, 192.168/16) darf raus. Lege eine ACL an, um spezifische Domains/IPs/Ports gezielt zu erlauben oder zu blocken.",
"statsCard": {
"title": "Squid-Cache-Statistiken",
"clientRequests": "Client-Anfragen",
"cacheHits": "Cache-Treffer",
"cacheHitPct": "Trefferquote",
"clientErrors": "Client-Fehler",
"bytesIn": "Empfangen",
"bytesOut": "Gesendet",
"serverRequests": "Backend-Anfragen",
"serverErrors": "Backend-Fehler",
"sinceRestart": "Seit letztem Neustart"
},
"actions": {
"allow": "allow — Zugriff erlauben",
"deny": "deny — Zugriff blockieren"