sensu-plugins-network-interface 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d9e84f5b75b04e750ead82a8a08c0c3cdfe0ab8
4
- data.tar.gz: af09ac9b9ca0d549dbb3268c108bda97e9a2921d
3
+ metadata.gz: 4e4163830e74f1a6898d4acc4f76e2951f0498e0
4
+ data.tar.gz: 96ba4589b9d4939ab87a4d9d8a2816da4be59940
5
5
  SHA512:
6
- metadata.gz: fe09233e33eee94126c28325a62c48826d9b646a8a837a48ded12a0bd60209563dff0168c2b068b17bb7ac4223a87fe0c082d502dac8b7ed56c14fdb98a3df68
7
- data.tar.gz: 16e9b95bfcda64244c7b83784214c92bb90c4200188c049b4cbea295af59cf9c316a04dbde045609f9b935dd8d79e362e8df8fdc407bf325682cfe76dc46b9cc
6
+ metadata.gz: 86fcc65173b8afc22702d30a5799104a60856e7d3405acc6f235d357cf856a0315be213265aa7ac0b2e224a1ae836582e3f4a53892351d2d7cbdef5a1c704ace
7
+ data.tar.gz: 8007dbc304ed51ab9dae991fa7b27d836944e3bccb4be7f5ea290527d47ab52539fa6b672be49801d493ad4775952b4210ca00dfd317b73ccb0bc91fffc500ca
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## Unreleased
7
7
 
8
+ ## [0.1.10] - 2016-01-07
9
+ ### Added
10
+ - Fixed find_interfaces() return parameter
11
+
8
12
  ## [0.1.9] - 2016-01-07
9
13
  ### Added
10
14
  - Also monitor interfaces that are configured via the ifcfg config files.
@@ -167,6 +167,8 @@ class CheckNetworkInterface < Sensu::Plugin::Check::CLI
167
167
  interfaces << device unless interfaces.include?(device)
168
168
  end
169
169
  end
170
+
171
+ interfaces
170
172
  end
171
173
 
172
174
  def get_info(interface)
@@ -2,7 +2,7 @@ module SensuPluginsNetworkInterface
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 9
5
+ PATCH = 10
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-network-interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Cerutti