Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

71 lines (53 loc) · 2.01 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed at Keep A Changelog

1.1.0 - 2017-05-25

Changed

  • check-couchbase-cluster.rb: make cluster size check optional (@stuwil)
  • check-couchbase-bucket-quota.rb: Format quota (@obazoud)
  • update to rubocop 0.40 and cleanup (@eheydrick)

Added

  • Test on Ruby 2.4 (@eheydrick)

1.0.0 - 2016-04-28

Added

  • support for Ruby 2.3.0

Removed

  • support for Ruby 1.9.3 and 2.0

Fixed

  • binstub for python script

0.3.0 - 2015-11-20 (Pulled)

Added

  • stub for metrics-couchbase.py

0.2.0 - 2015-11-20

Added

  • add couchbase cluster check
  • add couchbase bucket replica check
  • metrics-couchbase.py: add ep_cache_miss_rate metric

Changed

  • Switched to rest-client

Fixed

  • check-couchbase-bucket-quota.rb: Fixed issue when only last bucket was shown in the output and/or check stopped on the first problem found

0.1.0 - 2015-08-11

Added

  • add metrics-couchbase.py plugin (requires python requests,DNS modules)

0.0.3 - 2015-07-14

Changed

  • updated sensu-plugin gem to 1.2.0

0.0.2 - 2015-06-02

Fixed

  • added binstubs

Changed

  • removed cruft from /lib

0.0.1 - 2015-05-04

Added

  • initial release