From f427e6e53fd1b76980799dba29fac7579da2bc72 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Wed, 18 Apr 2018 16:20:35 +0200 Subject: [PATCH] MON-142: changed host tag --- databases/mysql/mon-mysql.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/mysql/mon-mysql.tf b/databases/mysql/mon-mysql.tf index 4b7434d..8a1f74d 100644 --- a/databases/mysql/mon-mysql.tf +++ b/databases/mysql/mon-mysql.tf @@ -13,8 +13,8 @@ resource "datadog_monitor" "mysql_connection_too_high" { query = < ${var.mysql_connection_threshold_critical} EOF @@ -44,7 +44,7 @@ resource "datadog_monitor" "mysql_thread_too_high" { query = < ${var.mysql_thread_threshold_critical} EOF