Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Alert Configuration screen manages system health alert rules at the route /settings/system-health/alerts.

Overview

The screen lists existing health alert configurations via AlertConfigList, 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.manage permission.
  • System Health must be accessible from the Settings sidebar.

Steps

1

Open Alert Configuration

Navigate to Settings → System Health → Alert Configuration.
2

Review existing alerts

Browse the list of configured alerts and their active/inactive status.
3

Create a new alert

Click “Create Alert” to open the slide-over form and define threshold and target.
4

Edit an alert

Click the edit action on any alert to modify its configuration.
5

Toggle active status

Use the toggle to enable or disable an alert without deleting it.
6

View alert history

Click “View History” to navigate to the triggered alerts log.

Key concepts

  • Threshold-based alerts — fire when a monitored metric crosses a configured boundary
  • Active/inactive — alerts can be disabled without deletion

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.
  • src/routes/platform.tsx
  • src/platform/health/pages/AlertConfigPage.tsx