Skip to content

Latest commit

 

History

History
86 lines (65 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

86 lines (65 loc) · 2.81 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed here. Which is based on Keep A Changelog

2.1.0 - 2018-06-25

Added

  • metrics-snmp-if.rb: added --timeout|-t option which controls the request timeout (@rocdove)

2.0.0 - 2017-11-04

Changed

  • updated changelog guideline location (@majormoses)

Fixed

  • typos in changelog and pr template (@majormoses)

Added

  • check-snmp-disk.rb: added --port|-P option (@freepenguins)
  • metrics-snmp.rb: added --port|-P option (@freepenguins)
  • metrics-snmp-bulk.rb: added --port|-P option (@freepenguins)
  • metrics-snmp-if.rb: added --port|-P option (@freepenguins)

Breaking Change

  • check-snmp.rb: changed port option from -p to -P to avoid confusion with prefix (@freepenguins)

1.1.0 - 2017-10-04

Added

  • check-snmp.rb: added --port option (@freepenguins)

1.0.0 - 2017-07-04

Added

  • Ruby 2.3.0 testing (@Evesy)
  • Ruby 2.4.1 testing (@Evesy)

Breaking Changes

  • Dropped Ruby 1.9.3 support (@Evesy)

Fixed

  • PR template spelling

0.2.0 - 2016-08-10

Added

  • Updated sensu-plugin dependency from = 1.2.0 to ~> 1.2
  • check-snmp.rb: Option to convert SNMP Timetick data to Integer for easier comparisons
  • check-snmp.rb Debug option for troubleshooting pesky SNMP data

0.1.0 - 2015-11-13

Added

  • Added a script check-snmp-disk, that checks disk utilization using SNMP

0.0.4 - 2015-07-22

Fixed

  • Fixed graphite output when using a prefix in metrics-snmp-bulk.rb

Added

  • Made suffix an optional flag in metrics-snmp-bulk.rb so you can choose exactly how to format your metrics output

0.0.3 - 2015-07-14

Changed

  • updated sensu-plugin gem to 1.2.0

0.0.2 - 2015-06-03

Fixed

  • added binstubs

Changed

  • removed cruft from /lib

0.0.1 - 2015-04-30

Added

  • initial release