Skip to content

Documentation

Enterprise Monitor Dashboard

Unified command center for system health, security incidents, and data recovery.

4/21/2026
3 min read Edit on GitHub

The Enterprise Monitor is the unified command center for SveltyCMS administrators. It provides a real-time, β€œSingle Pane of Glass” view into the system’s security posture, operational health, and recovery options.


πŸš€ Overview

The dashboard is accessible via Config > Enterprise Monitor and uses a high-performance polling engine to keep metrics current without excessive database load.

The 4 Core Quadrants

Quadrant Metrics Tracked Admin Action
πŸ›‘οΈ Security Status Active incidents, blocked IPs, CSP violations. Investigate threat feed / Unblock IPs.
πŸ—‘οΈ Trash Recovery Deleted item count, storage impact. Restore content / Purge trash.
πŸͺ Webhook Health Active endpoints, failure rates, delivery latency. Review logs / Trigger retries.
βš™οΈ System Vitals RAM/CPU usage, DB pool health, Watchdog status. Monitor for resource exhaustion.

πŸ”¬ Enterprise Performance Auditing (Audit)

While the Enterprise Monitor provides real-time health data, SveltyCMS also maintains a High-Fidelity Performance Matrix (Audit) for baseline verification.

  • Deterministic Reliability: The monitor surfaces health, but the Performance Matrix ensures that the core system meets the 10ms persistence budget across all supported databases.
  • CI/CD Integration: Every release is audited against the Performance Benchmarks to prevent regressions in latency or bundle size.

πŸ›‘οΈ Security Incident Feed

The monitor features a real-time security feed that logs more than just errors. It captures:

  • Unauthorized Access Attempts: Triggered by the FLAC engine when unauthorized field writes are blocked.
  • Firewall Events: Brute-force detection and pattern-based blocking.
  • CSP Reports: Browser-reported violations of the Content Security Policy.

πŸ—‘οΈ Fast-Path Recovery

Integrated directly into the monitor is the Quick Restore utility.

  • Mangle-on-Delete: SveltyCMS mangles unique fields (like slugs) upon deletion. The monitor allows you to see exactly which items are recoverable before they are permanently purged by the retention policy.
  • One-Click Restore: Reverses the β€œtrashed” state and restores the original unique identifiers instantly.

βš™οΈ Autonomous Maintenance Feedback

The Enterprise Monitor surfaces the activity of the Autonomous System Watchdog:

  • Cache Compaction: Displays when the system last performed an automated cache cleanup (triggered at 30% fragmentation).
  • Index Health: Reports on database query performance and suggests manual index optimizations if slow queries are detected.

πŸ“Š Performance & Polling

  • Glassmorphism UI: Uses modern blur-heavy aesthetics optimized for readability in low-light environments.
  • Smart Polling: The dashboard polls the server every 30 seconds.
  • L1/L2 Cache Integration: Metrics are retrieved primarily from the MetricsService in-memory buffer, resulting in < 5ms response time for the monitoring API.

πŸ“š Related Documentation


Related

adminmonitoringsecurityhealthdashboardbenchmarks
Was this page helpful?