> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickHouse Managed Postgres notifications

> Cloud console notifications for ClickHouse Managed Postgres services

export const BetaBadge = ({link, galaxyTrack, galaxyEvent}) => {
  if (link) {
    return <a href={link} target="_blank" rel="noopener noreferrer" className="betaBadge" onClick={galaxyTrack && galaxyEvent ? galaxyOnClick(galaxyEvent) : undefined}>
                <span>Beta</span>
            </a>;
  }
  return <a href="https://clickhouse.com/docs/reference/settings/beta-and-experimental-features#beta-features" className="betaBadge">
            <span>Beta feature</span>
        </a>;
};

<BetaBadge link="https://clickhouse.com/cloud/postgres" galaxyTrack={true} galaxyEvent="docs.managed-postgres.monitoring-notifications-beta" />

ClickHouse Cloud sends notifications when a Managed Postgres service
needs attention. Notifications are delivered through the
[cloud console notification system](/docs/products/cloud/features/monitoring/notifications):
the console inbox, email, and Slack, and can be customized per
notification from the **Postgres** section of the notification settings
page. The section appears for organizations with Managed Postgres
services.

<h2 id="supported-notifications">
  Supported notifications
</h2>

| Notify when                                    | Specific alert condition                                                                                                                           | Default notification channels | Resolution steps                                                                                                                                                                                                                                                                        |
| ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Postgres storage passed 85% threshold          | When storage usage on a Managed Postgres service reaches 85% of capacity. Notification will only trigger once per calendar day.                    | UI, email                     | Storage scales automatically when usage reaches 90% (brief cutover downtime). No action is needed unless auto-scaling is already at its limit.                                                                                                                                          |
| Postgres replica lag passed 5 minute threshold | When replication lag on a high-availability standby or a read replica stays above 5 minutes. Notification will only trigger once per calendar day. | UI, email                     | For a standby, failover readiness is reduced until it catches up; for a read replica, reads may return stale data. Lag usually clears on its own once write load drops. If it keeps growing, check the replica's CPU, memory, and disk on the monitoring dashboard, or contact support. |

<h2 id="related">
  Related pages
</h2>

* [Cloud notifications](/docs/products/cloud/features/monitoring/notifications) — channels, severities, and
  how to customize delivery
* [Monitoring dashboard](/docs/products/managed-postgres/monitoring/dashboard) —
  live disk, CPU, and memory charts for each instance
