From ada70533d747ef0dc035cfac709c9b6c9f9fd1b3 Mon Sep 17 00:00:00 2001 From: Alexandre Gaillet Date: Fri, 25 May 2018 16:56:02 +0200 Subject: [PATCH] MON-32 - Fix elasticache_max_connection monitor name --- cloud/aws/elasticache/common/monitors-elasticache.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/elasticache/common/monitors-elasticache.tf b/cloud/aws/elasticache/common/monitors-elasticache.tf index 342a885..9a0121e 100644 --- a/cloud/aws/elasticache/common/monitors-elasticache.tf +++ b/cloud/aws/elasticache/common/monitors-elasticache.tf @@ -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"