Merged in MON-166-disable-notify-on-nodata (pull request #78)
MON-166 Fix API Gateway Notification on no data Approved-by: Quentin Manfroi <quentin.manfroi@yahoo.fr> Approved-by: Jean-Maxime LEBLANC <jean-maxime.leblanc@fr.clara.net> Approved-by: Kiruban PREMKUMAR <kpremkumar@morea.fr> Approved-by: Kevin Pecquet <kevin.pecquet@fr.clara.net>
This commit is contained in:
commit
36d3e41114
@ -18,7 +18,7 @@ resource "datadog_monitor" "API_Gateway_latency" {
|
||||
critical = "${var.latency_threshold_critical}"
|
||||
}
|
||||
|
||||
notify_no_data = true # Will notify when no data is received
|
||||
notify_no_data = false # Will NOT notify when no data is received
|
||||
renotify_interval = 0
|
||||
require_full_window = false
|
||||
timeout_h = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user