Monitoring → Alerts (/monitoring/alerts) renders
AlertManagementPage
(apps/web/src/components/monitoring/alert-management-page.tsx). An Alert
is a monitoring-generated, Property-attached record of a condition
needing attention, worked through an Alert Lifecycle from detection to
closure; it never auto-creates sales or service records on its own, a
human always chooses the action (see the
glossary). Alert severity
(AlertSeverity: LOW/MEDIUM/HIGH/CRITICAL) is one of the two inputs to
the device health color shown to customers; see
Device health.
TODO(owner, likely product): write the full guide from
alert-management-page.tsx covering the Alert Lifecycle's exact states,
what actions are available from an alert row (dismissing one or several
via DismissAlertDialog, and linking an alert to an Opportunity, which
the page already tracks via alert.opportunityId/an "Opportunity linked"
status), and how alert filtering/triage is organized on this page.