Aggiunge monitoraggio ops: health check, log scanner, dashboard e notifiche.

Introduce incidenti con dedup, job Sidekiq ogni 3 min, scan log cron, /up/deep,
dashboard /admin/ops e push ntfy; include Sentry opzionale e fix test suite.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-12 08:16:47 +02:00
parent ce8939fffb
commit 52cfffb83f
44 changed files with 1396 additions and 24 deletions

View File

@@ -107,6 +107,25 @@ body.admin-body {
background: linear-gradient(145deg, #1a1214 0%, var(--card) 60%);
}
.kpi-card--danger {
border-color: rgba(229, 57, 53, 0.75);
background: linear-gradient(145deg, #2a1010 0%, var(--card) 55%);
}
.admin-nav-badge {
display: inline-block;
min-width: 1.1rem;
padding: 0 0.35rem;
margin-left: 0.25rem;
border-radius: 999px;
background: var(--accent);
color: #fff;
font-size: 0.7rem;
font-weight: 700;
line-height: 1.2rem;
text-align: center;
}
.kpi-label {
font-size: 0.75rem;
color: var(--muted);