From 87d5075363ecafd3f05e9bb83e55241c2838ef51 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Tue, 20 Mar 2018 16:42:28 +0100 Subject: [PATCH] MON-142: Monitor for MySQL --- databases/mysql/mon-mysql.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/mysql/mon-mysql.tf b/databases/mysql/mon-mysql.tf index dc9a57a..957704a 100644 --- a/databases/mysql/mon-mysql.tf +++ b/databases/mysql/mon-mysql.tf @@ -18,7 +18,7 @@ resource "datadog_monitor" "mysql_cpu_80_15min" { critical = "${var.mysql_connection_threshold_critical}" } - notify_no_data = false # Will NOT notify when no data is received + notify_no_data = false # Will NOT notify when no data is received evaluation_delay = "${var.delay}" renotify_interval = 60 notify_audit = false @@ -52,7 +52,7 @@ resource "datadog_monitor" "mysql_thread_5min" { critical = "${var.mysql_thread_threshold_critical}" } - notify_no_data = false # Will NOT notify when no data is received + notify_no_data = false # Will NOT notify when no data is received evaluation_delay = "${var.delay}" renotify_interval = 60 notify_audit = false