#Change Log This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed at Keep A Changelog
- Added 'check-ctime.rb' for checking the file created time (@landondao1)
2.1.1 - 2020-07-27
- Fixed Asset deployment to bonsai by removing reference for generic "centos" assets.
2.1.0 - 2020-07-16
- Updated asset build targets to support centos6
2.0.0 - 2019-05-07
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
- Bump
sensu-plugin
dependency from~> 1.2
to~> 4.0
you can read the changelog entries for 4.0, 3.0, and 2.0
- Added testing on Ruby 2.4.1 (@portertech)
- Travis build automation to generate Sensu Asset tarballs that can be used n conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
- Require latest sensu-plugin for Sensu Go support
1.0.0 - 2017-07-01
- Added testing on Ruby 2.3.0 (@Evesy)
- Added support for globbing in 'check-file-exists.rb' (@Evesy)
- Added 'metrics-nfsstat.rb' for collecting nfsstat metrics (@maoe)
- Dropped Ruby 1.9 support
- Renamed metric-{dirsize,filename} to metrics-{dirsize,filename}
0.1.0 - 2015-08-04
- Added new checks for file and directory size
0.0.4 - 2015-08-04 (Pulled)
- Added 'check-dir-size.rb' for checking the total size of a directory
- Recommited 'check-file-size.rb' from previous repo, with a couple of updates
- general gem cleanup
0.0.3 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
- can now use multi volgroups with autodiscovery
- the ability to feed a file containing a hash into check-checksums.rb
0.0.2 - [2015-06-02]
- added binstubs
- removed cruft from /lib
- initial release