MON-224 Avoid notifying if no data for MySQL alerts because we can have no queries, questions or connections and it could be completely right.

This commit is contained in:
Rafael Romero Carmona 2018-07-04 12:32:34 +02:00 committed by Quentin Manfroi
parent e5c84c1a33
commit dd30d5336e

View File

@ -32,7 +32,7 @@ EOF
critical = "${var.network_connections_threshold_critical}"
}
notify_no_data = true
notify_no_data = false
require_full_window = false
renotify_interval = 0
notify_audit = false
@ -123,7 +123,7 @@ EOF
critical = "${var.queries_changing_threshold_critical}"
}
notify_no_data = true
notify_no_data = false
require_full_window = false
renotify_interval = 0
notify_audit = false
@ -174,7 +174,7 @@ EOF
critical = "${var.questions_changing_threshold_critical}"
}
notify_no_data = true
notify_no_data = false
require_full_window = false
renotify_interval = 0
notify_audit = false