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

Setup your alarms to redirect to the right places

Notifications You must be signed in to change notification settings

nsbno/terraform-aws-alarm-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Alarm Setup

Set up standard alarm integrations for Vy’s usecases

Usage

To use this module, just add it to your terraform!

module "alarm_setup" {
  source = "github.com/nsbno/terraform-aws-alarm-setup?ref=x.y.z"

  service_name = "my-cool-service"

  slack_lambda_name = "alarms-to-slack"
  pager_duty_endpoint_urls = {
    critical = "https://pagerduty.com/some-critical-endpoint"
    degraded = "https://pagerduty.com/some-degraded-endpoint"
  }
}

Relevant Repositories

You can use these repos together with this repo!

nsbno/terraform-aws-alarms

Get ready set up CloudWatch alarms for a variety of usecases. Just plug in the SNS topics from this module, and you’ll be set and ready to go!

About

Setup your alarms to redirect to the right places

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages