Feature Reference
What each monitoring surface shows and how to read it. Every project has its own copy of these views.
NOC Dashboard
The per-project command center (sidebar → Network Operation Center → project → NOC Dashboard). It shows:
- KPI strip — total sites, online, offline, online %, unique users (30d), and traffic (30d).
- Outage Triage — live down-sites, clustered (see below).
- Sites Map — site markers color-coded by status, plus a list of sites with no stored location.
- Uptime & Data Usage charts — daily online % and traffic trends.
- API Error Logs — recent vendor API failures (deduplicated), useful for telling a real outage apart from a data-collection gap.
Route: /noc/{projectId}. See the Routes & URLs reference for the full list.
Daily Report
A once-per-day briefing that is frozen when first generated, so everyone sees the same morning snapshot. It includes a health verdict (healthy / degraded / major outage), a narrative lead, highlight chips with prior-day deltas, and an outage board (area-wide clusters, isolated faults, recovered overnight, newly-down). Use the date picker to scroll back through saved reports.
The report text is frozen for the day, but the embedded map is always live — on past dates it reflects current status, not that day's. Route: /noc/{projectId}/report.
Outage Triage / AI Insights
Outage Triage clusters currently-down sites and suggests the next action. It's hybrid: the clustering is deterministic geometry (sites within ~10 km, three or more = an area-wide cluster), and an optional Claude layer writes the dispatch briefing on top.
If the AI is unavailable it degrades gracefully to the heuristic output — it never blocks. Either way, the recommended action always follows the escalation ladder: remote reset → call contact → dispatch only as a last resort.
Maps
The geographic view of sites across a project (and the cross-project Maps view for admins). Marker color reflects status, so a cluster of red markers in one area is an immediate signal of a shared power or backhaul cause rather than independent site faults. Route: /maps.
Reports
The Reports hub produces exportable summaries:
- Downtime — device/group downtime over a date range (
/reports/downtime). - Users — unique users and data usage per site (
/reports/users). - Billing — traffic/billing summaries (
/reports/billing).
Helpdesk
Each project has a helpdesk view where outages become tickets with severity, SLA timers (acknowledge / respond / resolve), and escalation level. Isolated faults and area-wide clusters can each generate a ticket, which is how a Coordinator's escalation gets tracked through to resolution. Route: /noc/{projectId}/helpdesk.