From 761b6b4620ace3d35d6e0838a8d0206f31a75c30 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Mon, 27 Aug 2018 17:01:27 +0200 Subject: [PATCH] MON-142 better name for connection limit --- database/mysql/monitors-mysql.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/mysql/monitors-mysql.tf b/database/mysql/monitors-mysql.tf index 03404ca..5e8b11a 100644 --- a/database/mysql/monitors-mysql.tf +++ b/database/mysql/monitors-mysql.tf @@ -28,7 +28,7 @@ resource "datadog_monitor" "mysql_availability" { } resource "datadog_monitor" "mysql_connection" { - name = "[${var.environment}] Mysql Connections {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}}% ({{value}}%){{/is_warning}}" + name = "[${var.environment}] Mysql Connections limit {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}}% ({{value}}%){{/is_warning}}" message = "${coalesce(var.mysql_connection_message, var.message)}" type = "metric alert"