Skip to main content

Managing Alerts

The Alerts page provides a centralized list of all alerts generated across your monitored PostgreSQL fleet. It allows you to review and clear alert notifications from a single location.


Accessing the Alerts Page

Navigate to Alerts in the top navigation bar from anywhere in the platform.

{screenshot: alerts-page-full}


Alert List

The alerts are displayed in a table, ordered by most recent first:

ColumnDescription
SeverityAlert level — Critical 🔴, Warning 🟡, Info 🔵
ServerThe monitored server that triggered the alert
MessageShort description of the alert condition
Triggered AtDate and time the alert was generated
ActionsDelete button to remove the alert

{screenshot: alerts-table}


Severity Levels

SeverityColorMeaning
Critical🔴 RedSerious condition requiring immediate attention
Warning🟡 YellowPotential issue to monitor closely
Info🔵 BlueInformational event — no immediate action required

Deleting an Alert

Click the delete icon (🗑️) on any alert row to remove it from the list.

{screenshot: alert-delete-action}

note

Alert deletion is immediate and permanent. There is no undo. Deleting an alert does not resolve the underlying condition — it only removes the notification from the list.


Filtering Alerts

Use the search box and filter controls above the table to narrow the alert list:

  • Filter by server — Show alerts for a specific monitored server
  • Filter by severity — Show only Critical, Warning or Info alerts
  • Search — Free-text search on the alert message

{screenshot: alerts-filter-controls}


Alert Summary on the Dashboard

The most recent active alerts are also surfaced directly on the Global Dashboard in the Alerts Summary section — so you can spot critical alerts without navigating to the dedicated Alerts page.

See Alerts Summary → for details.


Alert Badge in the Navigation Bar

The Alerts link in the top navigation bar displays a badge with the current count of active alerts. This badge is visible from every page in the platform.

{screenshot: alerts-nav-badge}


Next Steps