#Change Log This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed at Keep A Changelog
- Ruby 2.4.1 testing
- Remove timeout gem dependency as this is not actually called in the code. However it was causing the build to fail.
1.0.0 - 2017-02-02
- improvement to regex checks for check_software method in check-raid plugin (@scosist)
- Ruby 2.3.0 support (@mattyjones/@eheydrick)
check-3ware-status
: add option to specify the path to tw-cli binary (@GhostLyrics)
- Ruby < 2.1 support (@mattyjones/@eheydrick)
0.1.0 - 2015-09-14
- added a new check-mpt2sas-status plugin
0.0.4 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
0.0.3 - 2015-06-04
- Merge PR #1
- If a grep of lspci returns nothing then don't check for software raid.
- Set the gemspec to only create binstubs for Ruby scripts
0.0.2 - 2015-06-03
- added binstubs
- removed cruft from /lib
- initial release