This project adheres to Semantic Versioning.
This Changelog following the conventions laid out here
1.2.0 - 2017-09-17
- updated PR template and CHANGELOG to point to new CHANGELOG guidelines (@majormoses)
- Ruby 2.4 testing (@Evesy)
- check-uptime.rb: added
--greater-than
option to change the comparison operator to determine if threshold is exceeded (@Juan-Moreno)
1.1.0 - 2016-11-13
- New check
check-uptime.rb
that checks system uptime and warns if the system has been rebooted (@remmelz)
1.0.0 - 2016-06-16
- Loosen dependency on sensu-plugin from
= 1.2.0
to~> 1.2
- Update Rubocop to 0.40, apply auto-correct
- Remove Ruby 1.9.3 support; add Ruby 2.3.0 support to test matrix
0.0.4 - 2015-12-14
- change ruby wrapper to standalone script
0.0.3 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
0.0.2 - 2015-06-03
- added binstubs
- removed cruft from /lib
- initial release