MON-32 remove ignore change for redis and memcached
This commit is contained in:
parent
a901658ab6
commit
a32095864b
@ -67,10 +67,6 @@ resource "datadog_monitor" "memcached_get_hits" {
|
||||
) < ${var.get_hits_threshold_critical}
|
||||
EOF
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = ["type"]
|
||||
}
|
||||
|
||||
thresholds {
|
||||
warning = "${var.get_hits_threshold_warning}"
|
||||
critical = "${var.get_hits_threshold_critical}"
|
||||
@ -103,10 +99,6 @@ resource "datadog_monitor" "memcached_cpu_high" {
|
||||
) > ${var.cpu_high_threshold_critical}
|
||||
EOF
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = ["type"]
|
||||
}
|
||||
|
||||
thresholds {
|
||||
warning = "${var.cpu_high_threshold_warning}"
|
||||
critical = "${var.cpu_high_threshold_critical}"
|
||||
|
||||
@ -67,10 +67,6 @@ resource "datadog_monitor" "redis_cache_hits" {
|
||||
) * 100 < ${var.cache_hits_threshold_critical}
|
||||
EOF
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = ["type"]
|
||||
}
|
||||
|
||||
thresholds {
|
||||
warning = "${var.cache_hits_threshold_warning}"
|
||||
critical = "${var.cache_hits_threshold_critical}"
|
||||
@ -103,10 +99,6 @@ resource "datadog_monitor" "redis_cpu_high" {
|
||||
) > ${var.cpu_high_threshold_critical}
|
||||
EOF
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = ["type"]
|
||||
}
|
||||
|
||||
notify_no_data = true
|
||||
evaluation_delay = "${var.evaluation_delay}"
|
||||
renotify_interval = 0
|
||||
@ -134,10 +126,6 @@ resource "datadog_monitor" "redis_replication_lag" {
|
||||
) > ${var.replication_lag_threshold_critical}
|
||||
EOF
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = ["type"]
|
||||
}
|
||||
|
||||
thresholds {
|
||||
warning = "${var.replication_lag_threshold_warning}"
|
||||
critical = "${var.replication_lag_threshold_critical}"
|
||||
@ -171,10 +159,6 @@ resource "datadog_monitor" "redis_commands" {
|
||||
) <= 0
|
||||
EOF
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = ["type"]
|
||||
}
|
||||
|
||||
notify_no_data = true
|
||||
evaluation_delay = "${var.evaluation_delay}"
|
||||
renotify_interval = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user