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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user