sensu-settings 10.4.0 → 10.5.0
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 +4 -4
- data/lib/sensu/settings/validators/check.rb +2 -0
- data/sensu-settings.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f97a371af128c1c39b137ef071cb2f1460e592f
|
|
4
|
+
data.tar.gz: 27e17d0984d22e9f44bd11ebfb8ceabc49218117
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f9419e1d2251ac9b4d500762f4201595fb6161520d496c7a0eebe6f86d51ca418d7daadf3f2ebe042efaae6190486ed845b50cc5c74d11710f9d90ca226f787
|
|
7
|
+
data.tar.gz: 9b20786753493da62387bb292091ef69c957d413032be5f86a276bb81ab115bd7fa2f731083bb936cf12604b3e88f4e56143a866a2122db4a931a30d9caab509
|
|
@@ -175,6 +175,8 @@ module Sensu
|
|
|
175
175
|
invalid(check, "check hook command must be a string")
|
|
176
176
|
must_be_a_numeric_if_set(hook[:timeout]) ||
|
|
177
177
|
invalid(check, "check hook timeout must be numeric")
|
|
178
|
+
must_be_boolean_if_set(hook[:stdin]) ||
|
|
179
|
+
invalid(check, "check hook stdin must be boolean")
|
|
178
180
|
end
|
|
179
181
|
|
|
180
182
|
# Validate check hooks.
|
data/sensu-settings.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-settings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.
|
|
4
|
+
version: 10.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sean Porter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-09-
|
|
11
|
+
date: 2017-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-json
|