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
- metrics-snmp-if.rb: added
--timeout|-t
option which controls the request timeout (@rocdove)
2.0.0 - 2017-11-04
- updated changelog guideline location (@majormoses)
- typos in changelog and pr template (@majormoses)
- 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)
- check-snmp.rb: changed port option from
-p
to-P
to avoid confusion with prefix (@freepenguins)
1.1.0 - 2017-10-04
- check-snmp.rb: added
--port
option (@freepenguins)
1.0.0 - 2017-07-04
- Ruby 2.3.0 testing (@Evesy)
- Ruby 2.4.1 testing (@Evesy)
- Dropped Ruby 1.9.3 support (@Evesy)
- PR template spelling
0.2.0 - 2016-08-10
- 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 a script check-snmp-disk, that checks disk utilization using SNMP
0.0.4 - 2015-07-22
- Fixed graphite output when using a prefix in metrics-snmp-bulk.rb
- 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
- updated sensu-plugin gem to 1.2.0
0.0.2 - 2015-06-03
- added binstubs
- removed cruft from /lib
- initial release