MON-142 auto update
This commit is contained in:
parent
728280e348
commit
227dcd1309
@ -17,7 +17,7 @@ module "datadog-monitors-database-mysql" {
|
|||||||
Creates DataDog monitors with the following checks:
|
Creates DataDog monitors with the following checks:
|
||||||
|
|
||||||
- Mysql server does not respond
|
- Mysql server does not respond
|
||||||
- Mysql Connections
|
- Mysql Connections limit
|
||||||
- Mysql Aborted connects
|
- Mysql Aborted connects
|
||||||
- Mysql Slow queries
|
- Mysql Slow queries
|
||||||
- Mysql Innodb buffer pool efficiency
|
- Mysql Innodb buffer pool efficiency
|
||||||
|
|||||||
@ -213,7 +213,7 @@ resource "datadog_monitor" "mysql_threads_anomaly" {
|
|||||||
|
|
||||||
threshold_windows = {
|
threshold_windows = {
|
||||||
recovery_window = "${var.mysql_threads_alert_window}"
|
recovery_window = "${var.mysql_threads_alert_window}"
|
||||||
trigger_window = "${var.mysql_threads_alert_window}"
|
trigger_window = "${var.mysql_threads_alert_window}"
|
||||||
}
|
}
|
||||||
|
|
||||||
notify_no_data = false
|
notify_no_data = false
|
||||||
@ -257,7 +257,7 @@ resource "datadog_monitor" "mysql_queries_anomaly" {
|
|||||||
|
|
||||||
threshold_windows = {
|
threshold_windows = {
|
||||||
recovery_window = "${var.mysql_queries_alert_window}"
|
recovery_window = "${var.mysql_queries_alert_window}"
|
||||||
trigger_window = "${var.mysql_queries_alert_window}"
|
trigger_window = "${var.mysql_queries_alert_window}"
|
||||||
}
|
}
|
||||||
|
|
||||||
notify_no_data = false
|
notify_no_data = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user