MON-142: Monitor for MySQL

This commit is contained in:
Boris Rousseau 2018-03-20 16:42:28 +01:00 committed by Quentin Manfroi
parent 5bfa4206c1
commit 87d5075363

View File

@ -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