sensu-plugins-zfs 0.4.3 → 0.4.4

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: 79903588d9fbbf1fa3d0a299d29907c00cc06437
4
- data.tar.gz: 9e6f45da6b922fa26b4554ebea2f08169d0c7278
3
+ metadata.gz: f47decbca0d6b8af127b4737e5c13f36dca9494f
4
+ data.tar.gz: 1a36cf31253d05966078f016e1454c2726ace0d7
5
5
  SHA512:
6
- metadata.gz: 4b15e7a04073b5334646f6bd98c1171c4e97e58e3fbafce2f9bd3ea1492527e6879768b5d43447b475714efa72cb5ac393abc52246f144b56e110476bc952472
7
- data.tar.gz: 70056fbaab906f471c8cc4101011402894bca7d67a607d207b346629153b6f5f1527e8224c0f9c38e8a06e4194db1df725db10bfaf386711dabfad8c36567cfa
6
+ metadata.gz: 12288be843c7d815cb5e5c8a4976ffbd98f4c384efed69d69def7593da94d6814c5b6176482469aa6d87e6a0124028b25daeb2d9ab17d658d952555fbfd19bda
7
+ data.tar.gz: d1c2b591c4f921b584299506f3f657b7bb493e18221b89ab8a64dd7354360067b554038f274ded6e93f2bc51bf3dbcb888f9a864b295050f198461a8f0d99aa7
@@ -1,3 +1,3 @@
1
1
  module SensuPluginsZFS
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
@@ -46,7 +46,7 @@ module SensuPluginsZFS
46
46
  return !!(@state =~ /(ONLINE|AVAIL)/) &&
47
47
  @read == 0 &&
48
48
  @write == 0 &&
49
- @checksum == 0
49
+ @chksum == 0
50
50
  end
51
51
  end
52
52
  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: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Nørgaard