The Alert Configuration screen manages system health alert rules at the routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/system-health/alerts.
Overview
The screen lists existing health alert configurations viaAlertConfigList, which supports editing, deleting, and toggling active status. A slide-over sheet opens AlertConfigForm for creating or editing individual alerts. A “View History” link navigates to the Alert History page (/settings/system-health/alerts/history). All operations are managed through the useAlertConfigs hook.
Who it’s for
Required permission:platform.system_health.manage
Before you start
- You must hold the
platform.system_health.managepermission. - System Health must be accessible from the Settings sidebar.
Steps
Create a new alert
Click “Create Alert” to open the slide-over form and define threshold and target.
Key concepts
- Threshold-based alerts — fire when a monitored metric crosses a configured boundary
- Active/inactive — alerts can be disabled without deletion
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/health/pages/AlertConfigPage.tsx