sensu-plugins-resque 0.1.0 → 1.0.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/CHANGELOG.md +18 -4
- data/README.md +0 -1
- data/lib/sensu-plugins-resque/version.rb +2 -2
- metadata +18 -37
- checksums.yaml.gz.sig +0 -2
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8c8f46690226ce44b458c0168788f95269a0bac
|
|
4
|
+
data.tar.gz: 7a1fdbee99463b4fb21c67c3db1297d12bd84108
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f9429e8d8beb0ffc5ab8a26df8f839f8bf811ae310fce2bca0285fe94a8cc41f34089aadcf12616cf9dfd41d8ef92a2d7de9f876d93cf65110952677d7492ef
|
|
7
|
+
data.tar.gz: 936d088b1ac9e138c4a7962c31f4547e077b69a1689cf24dcaa6f3eb6b9ce036b3a6f95bf1d69a67d5093512e05d7eaa902efa6bb1914a878997911627f9c117
|
data/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
3
3
|
|
|
4
4
|
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
|
|
5
5
|
|
|
6
|
-
## Unreleased
|
|
6
|
+
## [Unreleased]
|
|
7
|
+
|
|
8
|
+
## [1.0.0] - 2017-07-12
|
|
9
|
+
### Added
|
|
10
|
+
- Ruby 2.3.0 & 2.4.1 testing
|
|
11
|
+
|
|
12
|
+
### Breaking Changes
|
|
13
|
+
- Removed support for Ruby versions < 2.2.2
|
|
7
14
|
|
|
8
15
|
## [0.1.0] - 2015-11-19
|
|
9
16
|
### Added
|
|
@@ -17,7 +24,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
17
24
|
### Changed
|
|
18
25
|
- updated sensu-plugin gem to 1.2.0
|
|
19
26
|
|
|
20
|
-
## [0.0.3] -
|
|
27
|
+
## [0.0.3] - 2015-07-10
|
|
21
28
|
### Added
|
|
22
29
|
- enabled to specify db number for the redis connection with `-d` option
|
|
23
30
|
|
|
@@ -30,13 +37,20 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
30
37
|
- clean unused tasks from Rakefile
|
|
31
38
|
- set deps to alphs order in gemspec
|
|
32
39
|
|
|
33
|
-
## [0.0.2] -
|
|
40
|
+
## [0.0.2] - 2015-06-03
|
|
34
41
|
### Fixed
|
|
35
42
|
- added binstubs
|
|
36
43
|
|
|
37
44
|
### Changed
|
|
38
45
|
- removed cruft from /lib
|
|
39
46
|
|
|
40
|
-
##
|
|
47
|
+
## 0.0.1 - 2015-05-21
|
|
41
48
|
### Added
|
|
42
49
|
- initial release
|
|
50
|
+
|
|
51
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-resque/compare/1.0.0...HEAD
|
|
52
|
+
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-resque/compare/0.1.0...1.0.0
|
|
53
|
+
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-resque/compare/0.0.4...0.1.0
|
|
54
|
+
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-resque/compare/0.0.3...0.0.4
|
|
55
|
+
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-resque/compare/0.0.2...0.0.3
|
|
56
|
+
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-resque/compare/0.0.1...0.0.2
|
data/README.md
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-resque)
|
|
6
6
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-resque)
|
|
7
7
|
[](https://gemnasium.com/sensu-plugins/sensu-plugins-resque)
|
|
8
|
-
[](https://codeship.com/projects/79839)
|
|
9
8
|
|
|
10
9
|
## Functionality
|
|
11
10
|
|
metadata
CHANGED
|
@@ -1,36 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-resque
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu-Plugins and contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
|
-
cert_chain:
|
|
11
|
-
-
|
|
12
|
-
-----BEGIN CERTIFICATE-----
|
|
13
|
-
MIIDgDCCAmigAwIBAgIBATANBgkqhkiG9w0BAQUFADBDMRIwEAYDVQQDDAltYXR0
|
|
14
|
-
am9uZXMxGDAWBgoJkiaJk/IsZAEZFgh5aWVsZGJvdDETMBEGCgmSJomT8ixkARkW
|
|
15
|
-
A2NvbTAeFw0xNTAxMjgyMTAyNTFaFw0xNjAxMjgyMTAyNTFaMEMxEjAQBgNVBAMM
|
|
16
|
-
CW1hdHRqb25lczEYMBYGCgmSJomT8ixkARkWCHlpZWxkYm90MRMwEQYKCZImiZPy
|
|
17
|
-
LGQBGRYDY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTSzVYnO
|
|
18
|
-
CLgyrIyT1mBQakArQyW8xhi6MlDqyzXHJGeERT790U6EgoBVeS4XoK0ptFZNR8Tf
|
|
19
|
-
zko0w+Nv47TarSCgkPOaxY+mxWnAVR10dOmfeLr7huiMyps+YD56/EF2FqQ3jf/+
|
|
20
|
-
qohENfKD91qy1ieEy+Fn7Pf74ltbNKUdkb9a9eFXQ0DQ4ip5vik7DzjQkUTj4lca
|
|
21
|
-
k6ArwnmHX4YDhZoYtrQJ8jVktN0/+NtA40M5qkCYHNe5tUW25b/tKVYuioxG6b2Z
|
|
22
|
-
oIzaZxRLxf6HVAWpCVRT/F5+/yjigkX4u++eYacfLGleXQzoK7BL65vHGMJygWEE
|
|
23
|
-
0TKGqFOrl/L0AQIDAQABo38wfTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNV
|
|
24
|
-
HQ4EFgQUEf6a8Td7MrSZc8ImbLFZAENPbz0wIQYDVR0RBBowGIEWbWF0dGpvbmVz
|
|
25
|
-
QHlpZWxkYm90LmNvbTAhBgNVHRIEGjAYgRZtYXR0am9uZXNAeWllbGRib3QuY29t
|
|
26
|
-
MA0GCSqGSIb3DQEBBQUAA4IBAQBbzXAYA3BVGw8DZ0YYoY1VHPNEcH5qPIApmHO8
|
|
27
|
-
rvSmuUT0yMEi7u00H/5uHRFf4LleGT/+sTdyXKsNPGT9kdRuQEgwi+vf7Zfvd8aX
|
|
28
|
-
UF/+4VkEYf/8rV8Ere6u2QaWPgApdMV6JjKr1fAwCTd8AuGXNaWItiPPMseSQzLJ
|
|
29
|
-
JKP4hVvbc1d+oS925B1lcBiqn2aYvElbyNAVmQPywNNqkWmvtlqj9ZVJfV5HQLdu
|
|
30
|
-
8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
|
|
31
|
-
HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
|
|
32
|
-
-----END CERTIFICATE-----
|
|
33
|
-
date: 2015-11-19 00:00:00.000000000 Z
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2017-07-13 00:00:00.000000000 Z
|
|
34
12
|
dependencies:
|
|
35
13
|
- !ruby/object:Gem::Dependency
|
|
36
14
|
name: resque
|
|
@@ -50,16 +28,16 @@ dependencies:
|
|
|
50
28
|
name: sensu-plugin
|
|
51
29
|
requirement: !ruby/object:Gem::Requirement
|
|
52
30
|
requirements:
|
|
53
|
-
- -
|
|
31
|
+
- - "~>"
|
|
54
32
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 1.2
|
|
33
|
+
version: '1.2'
|
|
56
34
|
type: :runtime
|
|
57
35
|
prerelease: false
|
|
58
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
59
37
|
requirements:
|
|
60
|
-
- -
|
|
38
|
+
- - "~>"
|
|
61
39
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 1.2
|
|
40
|
+
version: '1.2'
|
|
63
41
|
- !ruby/object:Gem::Dependency
|
|
64
42
|
name: bundler
|
|
65
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -162,16 +140,16 @@ dependencies:
|
|
|
162
140
|
name: rubocop
|
|
163
141
|
requirement: !ruby/object:Gem::Requirement
|
|
164
142
|
requirements:
|
|
165
|
-
- -
|
|
143
|
+
- - "~>"
|
|
166
144
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 0.
|
|
145
|
+
version: 0.40.0
|
|
168
146
|
type: :development
|
|
169
147
|
prerelease: false
|
|
170
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
171
149
|
requirements:
|
|
172
|
-
- -
|
|
150
|
+
- - "~>"
|
|
173
151
|
- !ruby/object:Gem::Version
|
|
174
|
-
version: 0.
|
|
152
|
+
version: 0.40.0
|
|
175
153
|
- !ruby/object:Gem::Dependency
|
|
176
154
|
name: yard
|
|
177
155
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -186,11 +164,14 @@ dependencies:
|
|
|
186
164
|
- - "~>"
|
|
187
165
|
- !ruby/object:Gem::Version
|
|
188
166
|
version: '0.8'
|
|
189
|
-
description:
|
|
167
|
+
description: |-
|
|
168
|
+
This plugin provides native instrumentation for collecting
|
|
169
|
+
Resque metrics for queue, worker, working, failed, pending,
|
|
170
|
+
and processed jobs.
|
|
190
171
|
email: "<sensu-users@googlegroups.com>"
|
|
191
172
|
executables:
|
|
192
|
-
- metrics-resque.rb
|
|
193
173
|
- check-timeouts-resque.rb
|
|
174
|
+
- metrics-resque.rb
|
|
194
175
|
extensions: []
|
|
195
176
|
extra_rdoc_files: []
|
|
196
177
|
files:
|
|
@@ -219,7 +200,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
219
200
|
requirements:
|
|
220
201
|
- - ">="
|
|
221
202
|
- !ruby/object:Gem::Version
|
|
222
|
-
version:
|
|
203
|
+
version: 2.2.2
|
|
223
204
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
205
|
requirements:
|
|
225
206
|
- - ">="
|
|
@@ -227,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
227
208
|
version: '0'
|
|
228
209
|
requirements: []
|
|
229
210
|
rubyforge_project:
|
|
230
|
-
rubygems_version: 2.4.
|
|
211
|
+
rubygems_version: 2.4.5
|
|
231
212
|
signing_key:
|
|
232
213
|
specification_version: 4
|
|
233
214
|
summary: Sensu plugins for resque
|
checksums.yaml.gz.sig
DELETED
data.tar.gz.sig
DELETED
|
Binary file
|
metadata.gz.sig
DELETED
|
Binary file
|