> ## 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="/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. |

<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
