sensu-plugins-network-checks 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d059822d36f0b49b4eb7845e211328aacea79cdd88b745b5c9f0984e6810f17c
4
- data.tar.gz: f4be4017932dbafb2bda620d366b08d0624e059aa6104393c18d4e5ddbe7ec00
3
+ metadata.gz: 67ece744d89b4bdab8521f381a0b4837c1f7020878c0da49e34f0e6e9a150f5f
4
+ data.tar.gz: 9da8c395ff2203f393f8137e8dc0bb3a15201ac5c7b3d06d37c0c2e9175d2688
5
5
  SHA512:
6
- metadata.gz: 81bd46dfc974d30885c075c28c23b9aa27c683e589ebd9617c295fdb6123f36a066e51386d0f3f7ccfcc3dc3c4aa4314e3beff5965d6a35642391d915fb7ec44
7
- data.tar.gz: eb0cf838b90fd21cad655b477af465c3dfd6085fbf12cbfd759274547c0c16840191460947f87a5d7091d4f547d3e44f595651fdfc7a3727ee8fb45ef3dbdc02
6
+ metadata.gz: fe69ae155c1e3d776c8cdf0858d61d2820d109a9fc868d6b15e8da0551079c3af824c6fecd8ca0bfaac31d5df275254b1e670369399ddb1ed854b80876a6cd42
7
+ data.tar.gz: 30f01c5500bc9e22ff4b5813425eb97615f23c99fe4f3623b70236fed8a1c4f6fd3408b251e634d16a079f7ba171278c01da75aa2a455ec1b0ac66320114f767
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.1.2] - 2018-06-10
9
+ ### Fixed
10
+ - metrics-netif.rb: allow you to actually pass in a value for `--average-key` (@scones)
11
+
8
12
  ## [3.1.1] - 2018-03-27
9
13
  ### Security
10
14
  - updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
@@ -220,7 +224,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin
220
224
 
221
225
  * initial release, same as community repo
222
226
 
223
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.1...HEAD
227
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.2...HEAD
228
+ [3.1.2]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.1...3.1.2
224
229
  [3.1.1]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.0...3.1.1
225
230
  [3.1.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.0.0...3.1.0
226
231
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/2.3.0...3.0.0
@@ -46,7 +46,7 @@ class NetIFMetrics < Sensu::Plugin::Metric::CLI::Graphite
46
46
 
47
47
  option :average_key,
48
48
  description: 'This key is used to `grep` for a key that corresponds to average. useful for different locales',
49
- long: '--average-key',
49
+ long: '--average-key AVERAGE_KEY',
50
50
  default: 'Average'
51
51
 
52
52
  def run
@@ -4,7 +4,7 @@ module SensuPluginsNetworkChecks
4
4
  module Version
5
5
  MAJOR = 3
6
6
  MINOR = 1
7
- PATCH = 1
7
+ PATCH = 2
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-network-checks
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-27 00:00:00.000000000 Z
11
+ date: 2018-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -314,7 +314,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
314
314
  version: '0'
315
315
  requirements: []
316
316
  rubyforge_project:
317
- rubygems_version: 2.7.6
317
+ rubygems_version: 2.7.7
318
318
  signing_key:
319
319
  specification_version: 4
320
320
  summary: Sensu plugins for checking network hardware, connections, and data