This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed here
3.1.1 - 2018-09-26
- handler-graphite-status.rb: use proper rescue class (@MrMisa93)
- handler-graphite-notify.rb: use proper rescue class (@majormoses)
3.1.0 - 2018-02-28
- Added -t flag to handler-graphite-event.rb to support post 1.0 versions of graphite which require tags sent as arrays. (@jwatroba)
- updated Changelog guidelines location (@majormoses)
- minor typos in PR template (@majormoses)
3.0.0 - 2017-12-04
- bumped dependency of
sensu-plugin
to 2.x you can read about it here
2.3.0 - 2017-10-19
- example in readme for using the handlers (@scosist)
- Added option -j to handler-graphite-notify.rb and handler-graphite-status.rb to allow configuration scope to be defined on command line.
2.2.1 - 2017-06-13
- Remove short options -s on hostname_sub, it was unusable. This affects check-graphite-data and check check-graphite-hosts
2.2.0 - 2017-06-11
- check-graphite-data.rb: Removed unused method
retrieve_data
since it's duplicate from graphite_proxy
2.1.0 - 2017-06-11
- Disable filtering for handler-graphite-status.rb
- Error handling in graphite handlers
- Duplicate short option in check-graphite.rb
2.0.0 - 2016-06-21
- Added handler-graphite-status.rb to create metric which gives the status of the sensu check when it changes state (0,1,2,3)
- Updated sensu-plugin dependency to use a pessimistic version constraint
- Correct error message for incorrect graphite expression
- Remove Ruby 1.9.3 support; add Ruby 2.3.0 support
1.1.0 - 2016-04-26
- fix comparison of number against array in --last.
- improve wording of --last help text.
1.0.0 - 2016-01-20
- Use the whole client name as hostname for graphite measurement
0.0.7 - 2015-09-29
- add -r option (Reverse the warning/crit scale (if value is less than instead of greater than)) to check-graphite-stats.rb
- The short command line option for 'Add an auth token to the HTTP request' is now -A, -a clashed with the proxy support
- Set socket's SSL mode only if using HTTPS
0.0.6 - 2015-08-27
- check on number of hosts
- -auth param allows authentication by bearer token
0.0.5 - 2015-08-05
- general cleanup
0.0.4 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
0.0.3 - 2015-06-16
- removed outdated dependency on openssl
0.0.2 - 2015-06-02
- added binstubs
- removed cruft from /lib
- initial release