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