@@ -59,7 +59,7 @@ variable "jvm_memory_pressure_aggregation_function" {
59
59
variable "jvm_memory_pressure_transformation_function" {
60
60
description = " Transformation function for jvm_memory_pressure detector (i.e. \" .mean(over='5m')\" )"
61
61
type = string
62
- default = " .min(over='15m') "
62
+ default = " "
63
63
}
64
64
65
65
variable "jvm_memory_pressure_max_delay" {
@@ -109,7 +109,7 @@ variable "jvm_memory_pressure_threshold_critical" {
109
109
variable "jvm_memory_pressure_lasting_duration_critical" {
110
110
description = " Minimum duration that conditions must be true before raising alert"
111
111
type = string
112
- default = null
112
+ default = " 15m "
113
113
}
114
114
115
115
variable "jvm_memory_pressure_at_least_percentage_critical" {
@@ -126,7 +126,7 @@ variable "jvm_memory_pressure_threshold_major" {
126
126
variable "jvm_memory_pressure_lasting_duration_major" {
127
127
description = " Minimum duration that conditions must be true before raising alert"
128
128
type = string
129
- default = null
129
+ default = " 15m "
130
130
}
131
131
132
132
variable "jvm_memory_pressure_at_least_percentage_major" {
@@ -467,7 +467,7 @@ variable "cluster_status_notifications" {
467
467
variable "cluster_status_aggregation_function" {
468
468
description = " Aggregation function and group by for cluster_status detector (i.e. \" .mean(by=['host'])\" )"
469
469
type = string
470
- default = " .min(over='15m') "
470
+ default = " "
471
471
}
472
472
473
473
variable "cluster_status_transformation_function" {
@@ -521,7 +521,7 @@ variable "cluster_status_threshold_critical" {
521
521
variable "cluster_status_lasting_duration_critical" {
522
522
description = " Minimum duration that conditions must be true before raising alert"
523
523
type = string
524
- default = null
524
+ default = " 15m "
525
525
}
526
526
527
527
variable "cluster_status_at_least_percentage_critical" {
@@ -538,7 +538,7 @@ variable "cluster_status_threshold_major" {
538
538
variable "cluster_status_lasting_duration_major" {
539
539
description = " Minimum duration that conditions must be true before raising alert"
540
540
type = string
541
- default = null
541
+ default = " 15m "
542
542
}
543
543
544
544
variable "cluster_status_at_least_percentage_major" {
@@ -725,7 +725,7 @@ variable "cluster_cpu_notifications" {
725
725
variable "cluster_cpu_transformation_function" {
726
726
description = " Transformation function for cluster_cpu detector (i.e. \" .mean(over='5m')\" )"
727
727
type = string
728
- default = " .min(over='45m') "
728
+ default = " "
729
729
}
730
730
731
731
variable "cluster_cpu_max_delay" {
@@ -773,7 +773,7 @@ variable "cluster_cpu_threshold_major" {
773
773
variable "cluster_cpu_lasting_duration_major" {
774
774
description = " Minimum duration that conditions must be true before raising alert"
775
775
type = string
776
- default = null
776
+ default = " 45m "
777
777
}
778
778
779
779
variable "cluster_cpu_at_least_percentage_major" {
@@ -790,7 +790,7 @@ variable "cluster_cpu_threshold_critical" {
790
790
variable "cluster_cpu_lasting_duration_critical" {
791
791
description = " Minimum duration that conditions must be true before raising alert"
792
792
type = string
793
- default = null
793
+ default = " 45m "
794
794
}
795
795
796
796
variable "cluster_cpu_at_least_percentage_critical" {
@@ -809,7 +809,7 @@ variable "master_cpu_notifications" {
809
809
variable "master_cpu_transformation_function" {
810
810
description = " Transformation function for master_cpu detector (i.e. \" .mean(over='5m')\" )"
811
811
type = string
812
- default = " .min(over='20m') "
812
+ default = " "
813
813
}
814
814
815
815
variable "master_cpu_max_delay" {
@@ -857,7 +857,7 @@ variable "master_cpu_threshold_major" {
857
857
variable "master_cpu_lasting_duration_major" {
858
858
description = " Minimum duration that conditions must be true before raising alert"
859
859
type = string
860
- default = null
860
+ default = " 20m "
861
861
}
862
862
863
863
variable "master_cpu_at_least_percentage_major" {
@@ -874,7 +874,7 @@ variable "master_cpu_threshold_critical" {
874
874
variable "master_cpu_lasting_duration_critical" {
875
875
description = " Minimum duration that conditions must be true before raising alert"
876
876
type = string
877
- default = null
877
+ default = " 20m "
878
878
}
879
879
880
880
variable "master_cpu_at_least_percentage_critical" {
0 commit comments