We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb0f90 commit 986f4d1Copy full SHA for 986f4d1
CHANGELOG.md
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
6
## [Unreleased]
7
+### Fixed
8
+- Remove short options -s on hostname_sub, it was unusable. This affects check-graphite-data and check check-graphite-hosts
9
10
## [2.1.0] - 2017-06-11
11
### Changed
lib/sensu-plugins-graphite/graphite_proxy/options.rb
@@ -76,7 +76,6 @@ def self.default_options
76
77
hostname_sub: {
78
description: 'Character used to replace periods (.) in hostname (default: _)',
79
- short: '-s CHARACTER',
80
long: '--host-sub CHARACTER'
81
},
82
0 commit comments