File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ resource "aws_cloudwatch_metric_alarm" "ec2_cpuutilization_alert_info" {
72
72
comparison_operator = " GreaterThanOrEqualToThreshold"
73
73
evaluation_periods = " 5"
74
74
datapoints_to_alarm = " 4"
75
- treat_missing_data = " missing "
75
+ treat_missing_data = " ignore "
76
76
metric_name = " CPUUtilization"
77
77
namespace = " AWS/EC2"
78
78
period = " 120"
@@ -96,7 +96,7 @@ resource "aws_cloudwatch_metric_alarm" "ec2_cpuutilization_alert_warning" {
96
96
comparison_operator = " GreaterThanOrEqualToThreshold"
97
97
evaluation_periods = " 15"
98
98
datapoints_to_alarm = " 12"
99
- treat_missing_data = " breaching "
99
+ treat_missing_data = " ignore "
100
100
metric_name = " CPUUtilization"
101
101
namespace = " AWS/EC2"
102
102
period = " 120"
You can’t perform that action at this time.
0 commit comments