File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
lib/sensu-plugins-haproxy Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55
66
77## [ Unreleased]
8+
9+ ## [ 1.4.0] - 2017-09-09
810### Added
9- - added flag to expose all possible metrics ` --expose-all `
10- - added flag to use raw haproxy metric names ` --use-haproxy-names `
11- - added flag to include explicit type names in generated metrics names ` --use-explicit-names `
11+ - metrics-haproxy.rb: new flag to expose all possible metrics ` --expose-all ` ( @ bergerx )
12+ - added flag to use raw haproxy metric names ` --use-haproxy-names ` ( @ bergerx )
13+ - added flag to include explicit type names in generated metrics names ` --use-explicit-names ` ( @ bergerx )
1214
1315## [ 1.3.0] - 2017-08-05
1416### Added
@@ -73,7 +75,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
7375### Added
7476- initial release
7577
76- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...HEAD
78+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...HEAD
79+ [ 1.4.0 ] :https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...1.4.0
7780[ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...1.3.0
7881[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...1.2.0
7982[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.0.0...1.1.0
Original file line number Diff line number Diff line change 11module SensuPluginsHAProxy
22 module Version
33 MAJOR = 1
4- MINOR = 3
4+ MINOR = 4
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments