Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Add existing alerts to terraform #472

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Conversation

icco
Copy link
Contributor

@icco icco commented Sep 3, 2020

Begins #461

Proposed Changes

  • Adds a new terraform module you can include to get alerts

Example:

module "en-alerting" {
  source  = "github.com/google/exposure-notifications-verification-server/terraform/alerting"
  project = "example"

  adminapi-host  = "adminapi.example.org"
  apiserver-host = "apiserver.example.org"
  server-host    = "example.org"

  notification-email = "example+alert@google.com"
}

Release Note

There is now an alerting module you can initialize to get alerts for server health.

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: icco

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-cla google-cla bot added the cla: yes Auto: added by CLA bot when all committers have signed a CLA. label Sep 3, 2020
@icco
Copy link
Contributor Author

icco commented Sep 3, 2020

/assign @sethvargo
/cc @yegle

@icco icco changed the title Add existing alert terraform Add existing alerts to terraform Sep 3, 2020
Copy link
Member

@sethvargo sethvargo left a comment

Choose a reason for hiding this comment

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

/lgtm

@google-oss-robot google-oss-robot merged commit a5e7401 into google:main Sep 3, 2020
@google google locked and limited conversation to collaborators Oct 6, 2020
@icco icco deleted the alerting branch October 6, 2020 20:51
@icco icco restored the alerting branch October 6, 2020 20:52
@icco icco deleted the alerting branch October 6, 2020 21:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Auto: added by CLA bot when all committers have signed a CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants