sensu-plugins-fsmounts 0.0.1 → 0.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: 142690832f3a193c3724334ff4d8b1820d4b668d
4
- data.tar.gz: d84b25fba93332847c82b17e70a699db2f150d77
3
+ metadata.gz: 4fd1d6d4810c58376be594fbd7b4121a21a35cfd
4
+ data.tar.gz: 0fb6a18306c7d7980ba5e8db03c5f9b620f2d3f1
5
5
  SHA512:
6
- metadata.gz: 20f9df903c18182b6179299d7ce62e761641230ff88c0a491e5257f3815fa39742e170299642c3f039419189213a8bbac5c54cb5c93d3b9d659c61977b9e88b4
7
- data.tar.gz: e9bc17b5197a64aae998620a0e4aa9e43cb6ad49c500af344f1c219de1462c4906bff77ef67c01a4b89d37d3d3c88a58e67ac05b125b941e3e626ede1add40fa
6
+ metadata.gz: fdf9dc833b43b85fd91be95d3e69779c2a479288dd60d089eb6540be501524c234901c98d40743e96a105188a82f4ff8dba6fbfc8bef71e4ea4dfd48e397d5cb
7
+ data.tar.gz: e6b3a0f1328ab6a957644cf813f7f354b97b30dd7b76073ee25ae20397fff96a3bc6ec58c52b3e69b6b1f9303a89b60b6c2cc38b0dc5d44f0ea8c796525b7e34
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.0.2] - 2016-01-05
9
+ ### Added
10
+ - Fixed --warn command line option
11
+
8
12
  ## [0.0.1] - 2015-12-29
9
13
  ### Added
10
14
  - Initial release
@@ -52,7 +52,8 @@ class CheckFsMounts < Sensu::Plugin::Check::CLI
52
52
  :description => "Warn instead of throwing a critical failure",
53
53
  :short => "-w",
54
54
  :long => "--warn",
55
- :boolean => false
55
+ :boolean => true,
56
+ :default => false
56
57
 
57
58
  option :dryrun,
58
59
  :description => "Do not send events to sensu client socket",
@@ -2,7 +2,7 @@ module SensuPluginsFsMounts
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
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-fsmounts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Cerutti