From 6d406212aa6396129662869f09d4e789db10a718 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Thu, 22 Mar 2018 10:02:01 +0100 Subject: [PATCH] MON-142: updated based on PR comments + best practices --- databases/mysql/mon-mysql.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/databases/mysql/mon-mysql.tf b/databases/mysql/mon-mysql.tf index 12a885f..7146492 100644 --- a/databases/mysql/mon-mysql.tf +++ b/databases/mysql/mon-mysql.tf @@ -40,7 +40,6 @@ resource "datadog_monitor" "mysql_connections_15min" { tags = ["env:${var.environment}", "resource:mysql"] } - resource "datadog_monitor" "mysql_thread_5min" { name = "[${var.environment}] Mysql threads > {{#is_alert}}{{threshold}}%{{/is_alert}}{{#is_warning}}{{warn_threshold}}%{{/is_warning}} ({{value}}%)" message = "${var.message}"