Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

78 lines (60 loc) · 3.11 KB

#Change Log This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed at Keep A Changelog

Added

  • Added 'check-ctime.rb' for checking the file created time (@landondao1)

2.1.1 - 2020-07-27

Removed

  • Fixed Asset deployment to bonsai by removing reference for generic "centos" assets.

2.1.0 - 2020-07-16

Added

  • Updated asset build targets to support centos6

2.0.0 - 2019-05-07

Breaking Changes

  • 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

  • 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

  • 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)

Breaking Changes

  • Dropped Ruby 1.9 support

Changed

  • Renamed metric-{dirsize,filename} to metrics-{dirsize,filename}

0.1.0 - 2015-08-04

Added

  • Added new checks for file and directory size

0.0.4 - 2015-08-04 (Pulled)

Changed

  • 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

Changed

  • updated sensu-plugin gem to 1.2.0

Added

  • 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]

Fixed

  • added binstubs

Changed

  • removed cruft from /lib

0.0.1 - [2015-04-30]

Added

  • initial release