> ## 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 通知

> ClickHouse Managed Postgres 服务的 Cloud Console 通知

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 版功能</span>
        </a>;
};

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

当 Managed Postgres 服务
需要关注时，ClickHouse Cloud 会发送通知。通知通过
[Cloud Console 通知系统](/docs/zh/products/cloud/features/monitoring/notifications)发送至：
控制台收件箱、电子邮件和 Slack。您可以在通知设置
页面的 **Postgres** 部分中为每类
通知进行自定义。该部分仅会显示在拥有 Managed Postgres
服务的组织中。

<div id="supported-notifications">
  ## 支持的通知
</div>

| 通知时机                    | 特定告警条件                                             | 默认通知渠道  | 处理措施                                                         |
| ----------------------- | -------------------------------------------------- | ------- | ------------------------------------------------------------ |
| Postgres 存储使用量超过 85% 阈值 | Managed Postgres 服务的存储使用量达到容量的 85% 时。每个日历日仅触发一次通知。 | UI、电子邮件 | 使用量达到 90% 时，存储会自动扩缩容 (切换期间会有短暂服务中断) 。除非自动扩缩容已达上限，否则无需采取任何操作。 |

<div id="related">
  ## 相关页面
</div>

* [Cloud 通知](/docs/zh/products/cloud/features/monitoring/notifications) — 通知渠道、严重性级别以及
  如何自定义发送方式
* [监控仪表板](/docs/zh/products/managed-postgres/monitoring/dashboard) —
  各实例的实时磁盘、CPU 和内存图表
