Docs Menu
Docs Home
/
MongoDB Atlas
/ /

Resolve Alerts

On this page

  • View Alerts
  • Acknowledge Alerts
  • Unacknowledge Alerts
  • Increase Cluster Capacity
  • View All Activity
  • Retrieve the Activity Feed
  • Resolutions for Specific Alerts

Atlas issues alerts for the database and server conditions configured in your alert settings. When a condition triggers an alert, Atlas displays a warning symbol on the cluster and sends alert notifications. Your alert settings determine the notification methods. Atlas continues sending notifications at regular intervals until the condition resolves or you delete or disable the alert. You should fix the immediate problem, implement a long-term solution, and view metrics to monitor your progress.

Note

If you integrate with VictorOps, OpsGenie, or DataDog, you can receive informational alerts from these third-party monitoring services in Atlas. However, you must resolve these alerts within each external service.

You can view all alerts, alert settings, and deleted alerts on the Organization Alerts page. To learn more, see Alerts Workflow.

To view all open alerts:

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Click the Organization Settings icon next to the Organizations menu.

    The Organization Settings page displays.

2

Click Alerts in the sidebar.

The Organization Alerts page displays.

3

To list all alerts for the specified Atlas project using the Atlas CLI, run the following command:

atlas alerts list [options]

To return the details for one alert in the project you specify using the Atlas CLI, run the following command:

atlas alerts describe <alertId> [options]

To learn more about the syntax and parameters for the previous commands, see the Atlas CLI documentation for atlas alerts list and atlas alerts describe.

Tip

See: Related Links

You can view open alerts, closed alerts, and alert settings on the Project Alerts page. Atlas sends notifications for all alerts that appear on the Open tab. To learn more, see Alerts Workflow.

To view all open alerts using the Atlas UI:

1
  1. If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. Do one of the following steps:

    • Click the Project Alerts icon in the navigation bar.

    • Next to the Projects menu, expand the Options menu, click Project Settings, and click Alerts in the sidebar.

    The Project Alerts page displays.

2

To acknowledge alerts:

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Click the Organization Settings icon next to the Organizations menu.

    The Organization Settings page displays.

2

Click Alerts in the sidebar.

The Organization Alerts page displays.

3

Important

If an alert uses PagerDuty for alert notifications, you can acknowledge the alert only on your PagerDuty dashboard.

To acknowledge one alert for the specified project using the Atlas CLI, run the following command:

atlas alerts acknowledge <alertId> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas alerts acknowledge.

To acknowledge alerts using the Atlas UI:

1
  1. If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. Do one of the following steps:

    • Click the Project Alerts icon in the navigation bar.

    • Next to the Projects menu, expand the Options menu, click Project Settings, and click Alerts in the sidebar.

    The Project Alerts page displays.

2

Important

If an alert uses PagerDuty for alert notifications, you can acknowledge the alert only on your PagerDuty dashboard.

When you acknowledge an alert, Atlas sends no further notifications until either the acknowledgement period ends, you resolve the alert condition, or you unacknowledge the alert. If an alert condition ends during an acknowledgment period, Atlas sends a notification.

You can unacknowledge an alert that you previously acknowledged. After you unacknowledge an active alert, Atlas resumes sending notifications at regular intervals until the condition resolves or you delete, disable, or re-acknowledge the alert.

To unacknowledge alerts:

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Click the Organization Settings icon next to the Organizations menu.

    The Organization Settings page displays.

2

Click Alerts in the sidebar.

The Organization Alerts page displays.

3

Important

If an alert uses PagerDuty for alert notifications, you can acknowledge the alert only on your PagerDuty dashboard.

To unacknowledge one alert for the specified project using the Atlas CLI, run the following command:

atlas alerts unacknowledge <alertId> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas alerts unacknowledge.

To unacknowledge alerts using the Atlas UI:

1
  1. If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. Do one of the following steps:

    • Click the Project Alerts icon in the navigation bar.

    • Next to the Projects menu, expand the Options menu, click Project Settings, and click Alerts in the sidebar.

    The Project Alerts page displays.

2

Important

If an alert uses PagerDuty for alert notifications, you can acknowledge the alert only on your PagerDuty dashboard.

To resolve an alert by increasing your cluster's capacity, see Modify a Cluster.

To view and filter the activity feed for an organization or project, see View the Activity Feed.

You can retrieve events for an organization using the get all API resource.

You can retrieve events for a project using the get all API resource.

The following sections describe Atlas alert conditions and suggest steps for resolving them.

Alert Type
Description
Auto-scaling events, such as a change in the cluster tier. You can configure Atlas to notify you of these events.
Amount of CPU and memory used by Atlas Search processes reach a specified threshold.
Number of connections to a MongoDB process exceeds the allowable maximum.
Percentage of used disk space on a partition reaches a specified threshold.

Indicates inefficient queries.

The change streams cursors that the Atlas Search process (mongot) uses to keep Atlas Search indexes updated can contribute to the query targeting ratio and trigger query targeting alerts if the ratio is high.

No primary is detected in replica set.
Amount of oplog data generated on a primary cluster member is larger than the cluster's configured oplog size.
CPU usage of the MongoDB process reaches a specified threshold.

Back

Configure Alert Settings