Connected Dashboards — overview
The Connected Dashboards roll up every signal source monsys produces (certificates, DNS, secrets, backup, clock, endpoint posture, container hygiene, license, identity, auth-geo, supply-chain, AI observability, compliance) into a handful of usable views.
Audience
| Role | What you see |
|---|---|
| Operator | Trust Score, Anomaly Correlation, Blast Radius, Cost-to-Compliance Pareto |
| Compliance / DPO | Compliance Timeline, Evidence Pack Health, Auditor Workbench |
| Auditor (external) | Auditor Workbench (read-only TOTP-gated download bundle) |
| MSP operator | MSP Cockpit (cross-tenant urgency overview) |
Architecture at a glance
signal_streams (one table, RLS, fan-in) ↑ ┌────────────────────┼────────────────────┐ │ │ │agent (Rust) hub-side workers existing modulesinventory_* cert/dns/correlation ai_traces, compliance_evidenceagent_signals identity/supply-chain inventory_dependencies, … │ │ │ └────────────────────┼────────────────────┘ ↓ ┌──────────────────────────┐ │ Trust Score 30d window │ │ per-category scoring │ └──────────────────────────┘ ↓ Dashboards (11 pages)Further reading
- Trust Score — algorithm + weights API
- Signals API —
signal_streamsschema +Emitterinterface - Dashboards overview — what each page shows and when
- Auditor + MSP — bundle export and cross-tenant cockpit
- Roles & access —
auditor,msp_operator, TOTP gates