> ## 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 コンソール通知

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>ベータ</span>
            </a>;
  }
  return <a href="https://clickhouse.com/docs/reference/settings/beta-and-experimental-features#beta-features" className="betaBadge">
            <span>ベータ機能</span>
        </a>;
};

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

ClickHouse Cloud は、Managed Postgres サービスで
対応が必要な場合に通知を送信します。通知は
[Cloud Console の通知システム](/docs/ja/products/cloud/features/monitoring/notifications)を通じて配信され、
コンソールの受信トレイ、メール、Slack で受け取れます。各通知は、
通知設定ページの **Postgres** セクションからカスタマイズできます。
このセクションは、Managed Postgres サービスがある組織に表示されます。

<div id="supported-notifications">
  ## サポートされる通知
</div>

| 通知タイミング                         | 特定のアラート条件                                                             | デフォルトの通知チャネル | 対応手順                                                                                           |
| ------------------------------- | --------------------------------------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------- |
| Postgres ストレージ使用量がしきい値の 85% を超過 | Managed Postgres サービスのストレージ使用量が容量の 85% に達した場合。通知は暦日ごとに 1 回のみトリガーされます。 | UI、メール       | 使用量が 90% に達すると、ストレージは自動的にスケールされます (切り替え時に短時間のダウンタイムが発生します) 。自動スケーリングがすでに上限に達している場合を除き、対応は不要です。 |

<div id="related">
  ## 関連ページ
</div>

* [Cloud 通知](/docs/ja/products/cloud/features/monitoring/notifications) — 通知チャネル、重要度、
  配信方法のカスタマイズ
* [監視ダッシュボード](/docs/ja/products/managed-postgres/monitoring/dashboard) —
  各インスタンスのディスク、CPU、メモリ使用状況をリアルタイムで表示するチャート
