Skip to content

Commit

Permalink
Fix alarm thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 1, 2024
1 parent 3096f03 commit 85c6b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spire/templates/shared-redis/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Resources:
- { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
- { Key: prx:ops:environment, Value: !Ref EnvironmentType }
- { Key: prx:dev:application, Value: Common }
Threshold: 0.85
Threshold: 85
TreatMissingData: notBreaching

RedisMemoryVeryLowAlarm:
Expand Down Expand Up @@ -177,7 +177,7 @@ Resources:
- { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
- { Key: prx:ops:environment, Value: !Ref EnvironmentType }
- { Key: prx:dev:application, Value: Common }
Threshold: 0.93
Threshold: 93
TreatMissingData: notBreaching

Outputs:
Expand Down

0 comments on commit 85c6b88

Please sign in to comment.