MON-142: Monitor for MySQL
This commit is contained in:
parent
5bfa4206c1
commit
87d5075363
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user