MON-32 - Fix common value type in eviction monitor
This commit is contained in:
parent
8a9ed31efe
commit
21f61b42cb
@ -1,5 +1,5 @@
|
|||||||
resource "datadog_monitor" "elasticache_eviction" {
|
resource "datadog_monitor" "elasticache_eviction" {
|
||||||
name = "[${var.environment}] Elasticache ${var.resource} eviction {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}"
|
name = "[${var.environment}] Elasticache ${var.resource} eviction {{#is_alert}}{{{comparator}}} {{threshold}} ({{value}}){{/is_alert}}"
|
||||||
message = "${coalesce(var.eviction_message, var.message)}"
|
message = "${coalesce(var.eviction_message, var.message)}"
|
||||||
|
|
||||||
type = "metric alert"
|
type = "metric alert"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user