--- type: issue id: "0077" status: open created: 2026-07-29 milestone: M1 priority: low area: infrastructure projekt: gitops gitlab_iid: "42" related: [] --- # Grafana-Dashboard für ClamAV-Scan-Ergebnisse (Issue #19) > Adoptiert aus [gitops#42](https://git.lab/axion1337.chat/axion1337.chat-gitops/-/issues/42) (2026-08-18, ADR-0019). Kommentare und Verlauf bleiben dort; kanonisch ist ab jetzt diese Datei. Wunsch aus Issue #19-Tests: sichtbar machen, wie oft ClamAV tatsächlich etwas blockiert (bisher nur in Synapse-Logs sichtbar: `clamav_spam_checker - WARNING - ClamAV rejected an upload: `). Da Alloy bereits alle Pod-Logs nach Loki schickt (`10.0.0.3:3100`, siehe `docs/deployment-guides/03-monitoring-integration.md`), braucht es dafür keine neue Instrumentierung - nur ein neues Grafana-Dashboard/Panel mit einer LogQL-Query auf `{app="synapse-main"} |= "ClamAV rejected"` (Anzahl über Zeit, evtl. Tabelle mit erkannten Signaturen). Optional zusätzlich: ein Panel für Scanner-Ausfälle (`ClamAV scan failed` - fail-open-Fälle, die sonst unbemerkt blieben). Kein Server-seitiger Code nötig, rein Grafana/Loki-Dashboard-Arbeit. --- *Migriert aus Gitea `sorb/axion1337.chat-gitops#43` — dort erstellt am 2026-07-29 von sorb.*