Skip to content

Christophe Ashworth

My feedback

1 result found

  1. 7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Atlas » Alerts  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Christophe Ashworth supported this idea  · 
    An error occurred while saving the comment
    Christophe Ashworth commented  · 

    I agree. I have the same issue. It would be so simple to set them up along with my other alert configuration.

    But there's a way to create maintenance windows alerts, they are just not in the doc.

    with:

    resource "mongodbatlas_alert_configuration" "maintenance_started" {
    ...
    event_type = "MAINTENANCE_STARTED"
    ...
    }

    resource "mongodbatlas_alert_configuration" "maintenance_in_advanced" {
    ...
    event_type = "MAINTENANCE_IN_ADVANCED"
    ...

    but that wont stop the default ones to be created as well...

Feedback and Knowledge Base