sensu-plugins-php-fpm 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: 464a39dc7f0cb8912782fc4e39090a6887772bd4
4
- data.tar.gz: 756e63887ceb0cb1a4d3ef53a83914be03e92adf
3
+ metadata.gz: bc20be6b45cb085b4a7e593c9e73e482717daf2a
4
+ data.tar.gz: ef4b020e70870abf763d4533c341903218d2415f
5
5
  SHA512:
6
- metadata.gz: 3ae43ee069e19b86bf62c66cd658e38075a42b7a2be79791813a9c82bfecda0374b8b2a7881f470972c6f26c4f244d94310db9218715e78b71144554c2835912
7
- data.tar.gz: c93b78cfaf10d09bdb2cad110351c55f477753497e3d41e571a97b8b09a95a0028b4a8e01b2c40aee4c6ddd3362bfe907200e041ab224701f1a9d73f366c0c01
6
+ metadata.gz: c49b04437c6282422bbac8bc8cafd80514c56f1094e0333763f8d41dcb4b0520992277f7d2a3cb96ce3b40ae218c5da41c7b72ae7b9eaf343789ac216c85d28f
7
+ data.tar.gz: 93052a06aaaeab9a533c08127a1caf3af35e469043888f09e244de58495a588bf61b6337acc35162581cbbb035f71f9e0878333ab0c34a165e1311866e067d7f
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## Unreleased][unreleased]
7
7
 
8
+ ## [0.0.2] - 2015-06-03
9
+
10
+ ### Fixed
11
+ - added binstubs
12
+
13
+ ### Changed
14
+ - removed cruft from /lib
15
+
8
16
  ## 0.0.1 - 2015-05-21
9
17
 
10
18
  ### Added
data/README.md CHANGED
@@ -10,8 +10,8 @@
10
10
  ## Functionality
11
11
 
12
12
  ## Files
13
- * bin/check-php-fpm
14
- * bin/metrics-php-fpm
13
+ * bin/check-php-fpm.rb
14
+ * bin/metrics-php-fpm.rb
15
15
 
16
16
  ## Usage
17
17
 
@@ -36,5 +36,4 @@ location ~ "/fpm-(status|ping)" {
36
36
 
37
37
  [Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
38
38
 
39
-
40
39
  ## Notes
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsPhpFpm
5
- # This defines the version of the gem
6
2
  module Version
7
3
  MAJOR = 0
8
4
  MINOR = 0
9
- PATCH = 1
5
+ PATCH = 2
10
6
 
11
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
12
-
13
- NAME = 'sensu-plugins-php-fpm'
14
- BANNER = "#{NAME} v%s"
15
-
16
- module_function
17
-
18
- def version
19
- format(BANNER, VER_STRING)
20
- end
21
-
22
- def json_version
23
- {
24
- 'version' => VER_STRING
25
- }.to_json
26
- end
27
8
  end
28
9
  end
@@ -1,14 +1 @@
1
1
  require 'sensu-plugins-php-fpm/version'
2
-
3
- # Load the defaults
4
-
5
- #
6
- # Default class
7
- #
8
- module SensuPluginsPhpFpm
9
- class << self
10
- end
11
-
12
- class << self
13
- end
14
- end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-php-fpm
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
  - Sensu-Plugins and contributors
@@ -30,36 +30,22 @@ cert_chain:
30
30
  8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
31
31
  HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
32
32
  -----END CERTIFICATE-----
33
- date: 2015-05-22 00:00:00.000000000 Z
33
+ date: 2015-06-04 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
- name: redphone
36
+ name: crack
37
37
  requirement: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 0.0.6
41
+ version: 0.4.2
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 0.0.6
49
- - !ruby/object:Gem::Dependency
50
- name: pagerduty
51
- requirement: !ruby/object:Gem::Requirement
52
- requirements:
53
- - - '='
54
- - !ruby/object:Gem::Version
55
- version: 2.0.1
56
- type: :runtime
57
- prerelease: false
58
- version_requirements: !ruby/object:Gem::Requirement
59
- requirements:
60
- - - '='
61
- - !ruby/object:Gem::Version
62
- version: 2.0.1
48
+ version: 0.4.2
63
49
  - !ruby/object:Gem::Dependency
64
50
  name: sensu-plugin
65
51
  requirement: !ruby/object:Gem::Requirement
@@ -202,7 +188,9 @@ dependencies:
202
188
  version: '0.10'
203
189
  description: Sensu plugins for php-fpm
204
190
  email: "<sensu-users@googlegroups.com>"
205
- executables: []
191
+ executables:
192
+ - metrics-php-fpm.rb
193
+ - check-php-fpm.rb
206
194
  extensions: []
207
195
  extra_rdoc_files: []
208
196
  files:
@@ -217,7 +205,7 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-php-fpm
217
205
  licenses:
218
206
  - MIT
219
207
  metadata:
220
- maintainer: ''
208
+ maintainer: "@tas50"
221
209
  development_status: active
222
210
  production_status: unstable - testing recommended
223
211
  release_draft: 'false'
metadata.gz.sig CHANGED
Binary file