MON-455 fix typo abnormally

This commit is contained in:
Quentin Manfroi 2019-07-15 11:36:24 +02:00
parent 2a4bf39569
commit eb52332e67
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ module "datadog-monitors-caas-kubernetes-pod" {
Creates DataDog monitors with the following checks:
- Kubernetes Pod phase status failed
- Kubernetes Pod terminated anormaly
- Kubernetes Pod terminated abnormally
- Kubernetes Pod waiting errors
## Inputs

View File

@ -59,7 +59,7 @@ EOQ
resource "datadog_monitor" "terminated" {
count = var.terminated_enabled == "true" ? 1 : 0
name = "${var.prefix_slug == "" ? "" : "[${var.prefix_slug}]"}[${var.environment}] Kubernetes Pod terminated anormaly"
name = "${var.prefix_slug == "" ? "" : "[${var.prefix_slug}]"}[${var.environment}] Kubernetes Pod terminated abnormally"
message = coalesce(var.terminated_message, var.message)
type = "query alert"