sensu-plugins-turbine 0.0.6 → 0.0.7
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 +8 -8
- data/bin/metrics-turbine.rb +0 -0
- data/lib/sensu-plugins-turbine/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDJjYWJmNDIyMGEzMWE3OTFmYTQ4Njk0ODM5MmE2OGY4YWNmZTY5NA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDYzNzY2ZjFmY2I4MDYzZGE2OTk5YWI5YWQxZTgzNjg3YzJmMjFlNw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NmEyYzJhMzlmNDY3YWQ4MmQxZWQwOWFlNzgzYTFmM2Y0YjYwMzgyNjUwNzlk
|
|
10
|
+
NjFhMDgxZDk2NGRmZmJkYmI2N2IzMzYzNmM0ZjI5ZDUxYWQzY2MxZmNkODlj
|
|
11
|
+
NjYzMDM1MTFmYzQ3OTQ3MGQ1MTU5NjI5ZjViNWVlNjI1NGY5MTU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YmFkYmE5YTVhNTMwN2QwZGMyMzI3MmQwZTg0NzlkYWJlNGEwMzU0ZDg0ZDJl
|
|
14
|
+
ZGQ3MzM5MmQxZmRkYjMwNTA4MmIyMzk5Y2JjNTBmNTZmM2Q3MzliMzFlYTA5
|
|
15
|
+
NDAyYjI5ZjBmNjFmNjc1Njc1YzkxMDRlMDcwZWMxZjM5ZGU4M2E=
|
data/bin/metrics-turbine.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-turbine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mickfeech and contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -178,8 +178,8 @@ dependencies:
|
|
|
178
178
|
- - ~>
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
180
|
version: '0.8'
|
|
181
|
-
description: Plugins to provide functionality to check
|
|
182
|
-
a monitoring framework
|
|
181
|
+
description: Plugins to provide functionality to check metrics from the turbine stream
|
|
182
|
+
for Sensu, a monitoring framework
|
|
183
183
|
email:
|
|
184
184
|
- cmcfee@kent.edu
|
|
185
185
|
executables:
|