MON-32 - Fix elasticache_max_connection monitor name

This commit is contained in:
Alexandre Gaillet 2018-05-25 16:56:02 +02:00 committed by Quentin Manfroi
parent 21f61b42cb
commit ada70533d7

View File

@ -26,7 +26,7 @@ resource "datadog_monitor" "elasticache_eviction" {
}
resource "datadog_monitor" "elasticache_max_connection" {
name = "[${var.environment}] Elasticache ${var.resource} connections {{#is_alert}}{{{comparator}}} {{threshold}} {{/is_alert}}"
name = "[${var.environment}] Elasticache ${var.resource} max connections reached {{#is_alert}}{{{comparator}}} {{threshold}} {{/is_alert}}"
message = "${coalesce(var.max_connection_message, var.message)}"
type = "metric alert"