Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add contributors.jenkins.io synthetics monitoring #236

Conversation

lemeurherve
Copy link
Member

@lemeurherve
Copy link
Member Author

Terraform will perform the following actions:

  # datadog_synthetics_test.contributors_jenkins_io will be created
  + resource "datadog_synthetics_test" "contributors_jenkins_io" {
      + id         = (known after apply)
      + locations  = [
          + "aws:eu-central-1",
        ]
      + message    = "Notify @pagerduty"
      + monitor_id = (known after apply)
      + name       = "contributors.jenkins.io"
      + status     = "live"
      + tags       = [
          + "jenkins.io",
          + "production",
        ]
      + type       = "api"

      + assertion {
          + operator = "is"
          + target   = "200"
          + type     = "statusCode"
        }

      + options_list {
          + min_location_failed = 1
          + tick_every          = 900

          + retry {
              + count    = 2
              + interval = 300
            }
        }

      + request_definition {
          + method  = "GET"
          + timeout = 60
          + url     = "https://contributors.jenkins.io"
        }
    }

Plan: 1 to add, 0 to change, 0 to destroy.

@lemeurherve lemeurherve enabled auto-merge (squash) November 28, 2023 10:29
Copy link
Contributor

@smerle33 smerle33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀
Plan: 1 to add, 0 to change, 0 to destroy.

@lemeurherve lemeurherve merged commit 7296b70 into jenkins-infra:main Nov 28, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants