#Change Log This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed at Keep A Changelog
1.0.0 - 2016-05-24
Note: this release changes how connections are made to the Docker API and also changes some options. Review your check commands before deploying this version.
- Added check-container-logs.rb to check docker logs for matching strings
- Support for Ruby 2.3.0
- metrics-docker-container.rb: add option to override the default path to cgroup.proc
- Support for Ruby 1.9.3
- check-docker-container.rb: output the number of running containers
- Refactor to connect to the Docker API socket directly instead of using the
dockerordocker-apigems - Update to rubocop 0.40 and cleanup
- check-container-logs.rb: added
-s|--seconds-agooption to be able to set time interval more precisely
0.0.4 - 2015-08-10
- updated dependencies (added missing dependency
sys-proctable) - added docker metrics using docker api
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