Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

47 lines (35 loc) · 1.44 KB

#Change Log This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed at Keep A Changelog

1.0.0 - 2016-06-15

Changed

  • Modified check-cpu.rb to change state if >= threshold
  • Updated Rubocop to 0.40, applied auto-correct
  • Loosened sensu-plugin dependency to ~> 1.2
  • Specify the /proc location for use within a container

Added

  • Added metrics-numastat.rb
  • check-cpu.rb: Added --idle-metrics flag for indicating counters which should be considered idle

Removed

  • Remove Ruby 1.9.3 support; add Ruby 2.3.0 support in test matrix

0.0.4 - 2015-09-29

Changed

  • Fix getopts syntax in check-cpu.sh
  • Improvements to system/metrics-user-pct-usage.rb (option to use uid instead of username)

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-21

Added

  • initial release