This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed at Keep A Changelog
1.1.0 - 2017-05-25
- 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)
- Test on Ruby 2.4 (@eheydrick)
1.0.0 - 2016-04-28
- support for Ruby 2.3.0
- support for Ruby 1.9.3 and 2.0
- binstub for python script
0.3.0 - 2015-11-20 (Pulled)
- stub for metrics-couchbase.py
0.2.0 - 2015-11-20
- add couchbase cluster check
- add couchbase bucket replica check
- metrics-couchbase.py: add ep_cache_miss_rate metric
- Switched to rest-client
- 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
- add metrics-couchbase.py plugin (requires python requests,DNS modules)
0.0.3 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
0.0.2 - 2015-06-02
- added binstubs
- removed cruft from /lib
- initial release