Closed boutetnico closed 4 years ago
Is this in reference to an existing issue? No
[x] Update Changelog following the conventions laid out here
[ ] Update README with any necessary configuration snippets
[ ] Binstubs are created if needed
[ ] RuboCop passes
[ ] Existing tests pass
Add a new option to check-ebs-burst-limit.rb allowing to pass a TAG name to output as well as volume id.
check-ebs-burst-limit.rb
Example output before the PR:
CheckEbsBurstLimit CRITICAL: Volume(s) have exceeded critical threshold: ["vol-XXXXXXX 99.0"]
Example after the PR:
CheckEbsBurstLimit CRITICAL: Volume(s) have exceeded critical threshold: ["vol-XXXXXXX (staging-volume01) 99.0]"
None
Pull Request Checklist
Is this in reference to an existing issue? No
General
[x] Update Changelog following the conventions laid out here
[ ] Update README with any necessary configuration snippets
[ ] Binstubs are created if needed
[ ] RuboCop passes
[ ] Existing tests pass
Purpose
Add a new option to
check-ebs-burst-limit.rb
allowing to pass a TAG name to output as well as volume id.Example output before the PR:
Example after the PR:
Known Compatibility Issues
None