Skip to content

Commit

Permalink
fixed optional alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jul 31, 2017
1 parent db80b14 commit 022d0ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Resources:
Value: 'jenkins-master-storage'
PerformanceMode: generalPurpose
MasterStorageBurstCreditBalanceTooLowAlarm:
Condition: HasAlertTopic
Type: 'AWS::CloudWatch::Alarm'
Properties:
AlarmDescription: 'EFS file system is running out of burst credits. You can expect a significant performance drop in the next hour.'
Expand Down
1 change: 1 addition & 0 deletions jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Resources:
Value: 'jenkins-master-storage'
PerformanceMode: generalPurpose
MasterStorageBurstCreditBalanceTooLowAlarm:
Condition: HasAlertTopic
Type: 'AWS::CloudWatch::Alarm'
Properties:
AlarmDescription: 'EFS file system is running out of burst credits. You can expect a significant performance drop in the next hour.'
Expand Down
1 change: 1 addition & 0 deletions wordpress/wordpress-ha-aurora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ Resources:
- Key: Name
Value: !Sub '${AWS::StackName}-efs'
EFSFileSystemBurstCreditBalanceTooLowAlarm:
Condition: HasAlertTopic
Type: 'AWS::CloudWatch::Alarm'
Properties:
AlarmDescription: 'EFS file system is running out of burst credits. You can expect a significant performance drop in the next hour.'
Expand Down
1 change: 1 addition & 0 deletions wordpress/wordpress-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ Resources:
- Key: Name
Value: !Sub '${AWS::StackName}-efs'
EFSFileSystemBurstCreditBalanceTooLowAlarm:
Condition: HasAlertTopic
Type: 'AWS::CloudWatch::Alarm'
Properties:
AlarmDescription: 'EFS file system is running out of burst credits. You can expect a significant performance drop in the next hour.'
Expand Down

0 comments on commit 022d0ce

Please sign in to comment.