aws-services
kabisa/aws-services/datadog
Terraform module to generate alerts for AWS Service outages
!Datadog [//]: # (This file is generated. Do not edit, module description can be added by editing / creating module_description.md) Terraform module for Datadog Aws Services This module uses datadog's feature to monitor AWS Service status page. This blog post explains what we've set up Note that Datadog scrapes the status page from AWS and this can lag a bit. This module is part of a larger suite of modules that provide alerts in Datadog. Other modules can be found on the Terraform Registry We have two base modules we use to standardise development of our Monitor Modules: - generic monitor Used in 90% of our alerts - service check monitor Modules are generated with this tool: https://github.com/kabisa/datadog-terraform-generator Example Usage ``terraform module "aws_eu_west_1" { source = "
| Name | Type | Description | Default |
|---|---|---|---|
| env | string | required | |
| notification_channel | string | required | |
| note | string | "Scrape interval is approx 10 minutes" | |
| alerting_enabled | bool | true | |
| exclude_tags | list(string) | This allows you to exclude specific services or regions | [] |
| additional_tags | list(string) | [] | |
| enabled | bool | true | |
| ok_threshold | number | 1 | |
| priority | number | Number from 1 (high) to 5 (low). | 1 |
| locked | bool | true | |
| no_data_timeframe | number | How long before we decide we got no data. Note that the scrape interval is appro | null |
| notify_no_data | bool | Whether we notify ourselves if there's no data. Scrape interval is approx 10 min | false |
| docs | string | "Check the AWS Service status in case th | |
| name_prefix | string | "" | |
| include_tags | list(string) | This allows you to target a specific region or service | [
"*"
] |
| by_tags | list(string) | Create an alert per <tags>. Behaves like a group by | [
"region",
"service"
] |
| service | string | "AWS" | |
| name_suffix | string | "" | |
| critical_threshold | number | 1 | |
| warning_threshold | number | null |