MON-32 only one notify no data to avoid noise

This commit is contained in:
Quentin Manfroi 2018-09-19 19:38:38 +02:00
parent d7e778a726
commit 2ce0bbe850
3 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ resource "datadog_monitor" "elasticache_no_connection" {
) <= 0
EOF
notify_no_data = true
notify_no_data = false
evaluation_delay = "${var.evaluation_delay}"
renotify_interval = 0
notify_audit = false
@ -134,7 +134,7 @@ resource "datadog_monitor" "elasticache_free_memory" {
critical = "${var.free_memory_threshold_critical}"
}
notify_no_data = true
notify_no_data = false
evaluation_delay = "${var.evaluation_delay}"
renotify_interval = 0
notify_audit = false

View File

@ -18,7 +18,7 @@ resource "datadog_monitor" "memcached_get_hits" {
critical = "${var.get_hits_threshold_critical}"
}
notify_no_data = true
notify_no_data = false
evaluation_delay = "${var.evaluation_delay}"
renotify_interval = 0
notify_audit = false

View File

@ -108,7 +108,7 @@ resource "datadog_monitor" "redis_commands" {
) <= 0
EOF
notify_no_data = true
notify_no_data = false
evaluation_delay = "${var.evaluation_delay}"
renotify_interval = 0
notify_audit = false