sensu-plugins-zfs 1.0.1 → 1.0.2

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: abfc1f08000c99796f34bba4905d998ec6972c79
4
- data.tar.gz: e15141a24d419564abf7c0562c0442e845972ec2
3
+ metadata.gz: 2d5a8bae929ed4bb079f289910214ce55cacf437
4
+ data.tar.gz: a9451c75c5898f7425b6502ca32a51b7d43bcccf
5
5
  SHA512:
6
- metadata.gz: 34ebaa3beb2e74711f02a6475d82514a15774b9bcc51a935d1525dadaf30c6e802cf6a271ecb62800e5eb21be6980975725185c4f6c60dba95d011978ca5ab95
7
- data.tar.gz: 232e33e796e1857aa9cd5375f51c5ca5e36e9fb5cf88510170eec0d48b4f17a220a7bbcca3457278cbce5f279b28f68a1e0b9d698b17e673131c12dfab425d6c
6
+ metadata.gz: 723d7056412412c4f5aa4832674117519d494bc95b71f4f84bc8e2067b57e9171d8f64b6e97c5fdf0350016d7b68e996543b18c2033954e0d3e3ece7897c2796
7
+ data.tar.gz: d1624538aa6c3a4f2710a8b77a86a160958a5612fbc7641b3aeac36b9ac52c604ea64b72c5056b21600949152c84c0211e224d276ce70124ef90ec9ebf67c461
@@ -12,7 +12,7 @@ class CheckZPool < Sensu::Plugin::Check::CLI
12
12
  def run
13
13
  zpools = []
14
14
  if config[:zpool]
15
- zoopls << SensuPluginsZFS::ZPool.new config[:zpool]
15
+ zoopls << SensuPluginsZFS::ZPool.new(config[:zpool])
16
16
  else
17
17
  zpools = zpools.SensuPluginsZFS::ZFS.zpools
18
18
  end
@@ -1,3 +1,3 @@
1
1
  module SensuPluginsZFS
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-zfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Nørgaard