Skip to content

Commit

Permalink
Merge pull request #43 from base2Services/fix/duplicated-CpuCreditBal…
Browse files Browse the repository at this point in the history
…anceCritical

Fixing duplicated CpuCreditBalanceCritical for lib/cfnguardian/resources/amazonmq_broker.rb
  • Loading branch information
Guslington authored Nov 24, 2021
2 parents 47173f8 + 809bb72 commit 5dab8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cfnguardian/resources/amazonmq_broker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def default_alarms
@alarms.push(alarm)

alarm = CfnGuardian::Models::AmazonMQBrokerAlarm.new(@resource)
alarm.name = 'CpuCreditBalanceCritical'
alarm.name = 'CpuCreditBalanceWarning'
alarm.metric_name = 'CpuCreditBalance'
alarm.comparison_operator = 'LessThanThreshold'
alarm.statistic = 'Minimum'
Expand Down

0 comments on commit 5dab8c6

Please sign in to comment.