Skip to content

Commit

Permalink
fix more alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Sep 3, 2024
1 parent cd7b7b3 commit b9c4c66
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions aws/pinpoint_to_sqs_sms_callbacks/cloudwatch_alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ resource "aws_cloudwatch_metric_alarm" "total-sms-spending-warning" {
namespace = "AWS/SNS"
period = 300
stat = "Maximum"
unit = "Count"
}
}

Expand All @@ -108,7 +107,6 @@ resource "aws_cloudwatch_metric_alarm" "total-sms-spending-warning" {
namespace = "AWS/SMSVoice"
period = 300
stat = "Maximum"
unit = "Count"
}
}
}
Expand Down Expand Up @@ -137,7 +135,6 @@ resource "aws_cloudwatch_metric_alarm" "total-sms-spending-critical" {
namespace = "AWS/SNS"
period = 300
stat = "Maximum"
unit = "Count"
}
}

Expand All @@ -148,7 +145,6 @@ resource "aws_cloudwatch_metric_alarm" "total-sms-spending-critical" {
namespace = "AWS/SMSVoice"
period = 300
stat = "Maximum"
unit = "Count"
}
}
}
Expand Down Expand Up @@ -218,7 +214,6 @@ resource "aws_cloudwatch_metric_alarm" "pinpoint-sms-success-rate-critical" {
namespace = aws_cloudwatch_log_metric_filter.pinpoint-sms-successes[0].metric_transformation[0].namespace
period = 60 * 60 * 12
stat = "Sum"
unit = "Count"
}
}

Expand All @@ -229,7 +224,6 @@ resource "aws_cloudwatch_metric_alarm" "pinpoint-sms-success-rate-critical" {
namespace = aws_cloudwatch_log_metric_filter.pinpoint-sms-failures[0].metric_transformation[0].namespace
period = 60 * 60 * 12
stat = "Sum"
unit = "Count"
}
}
}
Expand Down

0 comments on commit b9c4c66

Please sign in to comment.