Skip to content

Commit

Permalink
Merge pull request #73 from mjonesbase2/feature/alb-target-group-defa…
Browse files Browse the repository at this point in the history
…ults

alter targetresponsetime to metspec suggestions
  • Loading branch information
jaredbrook authored Aug 3, 2022
2 parents 7f267ee + 0313e04 commit eb887f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cfnguardian/resources/application_targetgroup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def default_alarms
alarm = CfnGuardian::Models::ApplicationTargetGroupAlarm.new(@resource)
alarm.name = 'TargetResponseTime'
alarm.metric_name = 'TargetResponseTime'
alarm.threshold = 5
alarm.threshold = 30
alarm.evaluation_periods = 5
alarm.treat_missing_data = 'notBreaching'
alarm.alarm_action = 'Warning'
@alarms.push(alarm)
end

Expand Down

0 comments on commit eb887f7

Please sign in to comment.