Alert rules, notification routing, and system monitoring for tenant devices.
Modules
| Module | Source | Description |
|---|
| Alert Rules | src/alert-rules/ | CRUD for alert rule definitions |
| Smart Alerts | src/smart-alerts/ | Intelligent alert evaluation and routing |
| Notifications | src/notifications/ | Multi-channel alert delivery |
Prisma Models
AlertRule — Alert rule configuration (tenant-scoped)
NotificationHistory — Delivered notification records (tenant-scoped)
Key Permissions
| Permission | Usage |
|---|
MANAGE_ALERTS | Create, update, delete alert rules |
MANAGE_NOTIFICATIONS | Configure notification channels |
Related Pages