Skip to content

Commit

Permalink
remove unit and treat missing data properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonesbase2 committed Aug 2, 2022
1 parent 0d47fc2 commit e4f1904
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cfnguardian/resources/application_targetgroup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ def default_alarms
alarm.threshold = 30
alarm.evaluation_periods = 5
alarm.period = 60
alarm.unit - 'Seconds'
alarm.alarm_action = 'Warning'
alarm.treat_missing_data = 'missing'
@alarms.push(alarm)
end

Expand Down

0 comments on commit e4f1904

Please sign in to comment.