AI エージェント向け: ドキュメントインデックスは https://www.mongodb.com/ja-jp/docs/llms.txt で利用できます。すべてのページの markdown バージョンは、いずれかの URL パスに .md を追加することで利用できます。
Docs Menu

ホストを修正

At time T, the Monitoring on host X had not detected a mongod process running on host Y port Z for A minutes.

プロジェクト レベルのアラート設定ページでアラート条件を構成して、trigger アラートを起動できます。

アラート条件の詳細については、「ホストがダウンしている 」を参照してください。

  • The mongod process could not be reached because of a network issue.

  • The mongod process is not running.

  • ホストの電源がオフになります。

  • Verify network communication between the host running the Monitoring and the host that is listed as down. One way to do this is through mongosh:

    mongosh <hostname>:<port>

    If connecting from mongosh fails, try a basic ping test:

    ping <hostname>
  • Verify the mongod process is running:

    プロセスがdebまたはrpmパッケージからインストールされた場合は、サービス マネージャーにステータスをクエリします。

    sudo service mongod status

    あるいは、 psを使用することもできます。

    ps aux | grep mongo

注意

ホストの再起動のすべての発生を検出するために、 Host is downアラートを使用しないでください。 このアラートは、モニタリングがチェックを実行した時点でホストがダウンしていると認識された場合にのみトリガーされます。 チェックの間隔は 1 分から 3 分までです。

Keep your host powered on and the mongod process running. Work to prevent any network issues.

進捗状況を監視するには、次のチャートを表示します。

  • Network

    ネットワークのパフォーマンスを追跡するために、ネットワーク メトリクスを監視します。

詳細については、 「 配置メトリクスの表示 」を参照してください。