From aadbb096c5ac523931b257e93fe8f9ff93ba8194 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Thu, 19 Apr 2018 11:54:38 +0200 Subject: [PATCH] MON-142: typo --- databases/mysql/mon-mysql.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/mysql/mon-mysql.tf b/databases/mysql/mon-mysql.tf index 1458aac..3e9121a 100644 --- a/databases/mysql/mon-mysql.tf +++ b/databases/mysql/mon-mysql.tf @@ -38,7 +38,7 @@ resource "datadog_monitor" "mysql_connection_too_high" { } resource "datadog_monitor" "mysql_thread_too_high" { - name = "[${var.environment}] Mysql threads {{#is_alert}}{{{comparator}}} {{threshold}}s ({{value}}s){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}}s ({{value}}s){{/is_warning}}" + name = "[${var.environment}] Mysql threads {{#is_alert}}{{{comparator}}} {{threshold}} ({{value}}){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}} ({{value}}){{/is_warning}}" message = "${coalesce(var.mysql_thread_message, var.message)}" type = "metric alert"