MON-32 only one notify no data to avoid noise
This commit is contained in:
parent
d7e778a726
commit
2ce0bbe850
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user