MON-455 fix typo abnormally
This commit is contained in:
parent
2a4bf39569
commit
eb52332e67
@ -17,7 +17,7 @@ module "datadog-monitors-caas-kubernetes-pod" {
|
|||||||
Creates DataDog monitors with the following checks:
|
Creates DataDog monitors with the following checks:
|
||||||
|
|
||||||
- Kubernetes Pod phase status failed
|
- Kubernetes Pod phase status failed
|
||||||
- Kubernetes Pod terminated anormaly
|
- Kubernetes Pod terminated abnormally
|
||||||
- Kubernetes Pod waiting errors
|
- Kubernetes Pod waiting errors
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|||||||
@ -59,7 +59,7 @@ EOQ
|
|||||||
|
|
||||||
resource "datadog_monitor" "terminated" {
|
resource "datadog_monitor" "terminated" {
|
||||||
count = var.terminated_enabled == "true" ? 1 : 0
|
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)
|
message = coalesce(var.terminated_message, var.message)
|
||||||
type = "query alert"
|
type = "query alert"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user