sensu-plugins-haproxy 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: 32e6ee493954780e4ef1d2332e6cb3ca2b1ef5f7
4
- data.tar.gz: 45cd19221796e86f69a1c0e135c5f190fabc25fa
3
+ metadata.gz: 4fad9172997d87ffd1cbd9e825fcbc0581be6098
4
+ data.tar.gz: d8d89014e3d2de6d9fb855ea529365005448f38e
5
5
  SHA512:
6
- metadata.gz: be0864b5cea6d21678e1ea7f853822995af88188cd39d0780f3a2c89eb5ddd92fcf2784213cf842c5ce4f659d37e2bcac712b5dc5598c3a783a704f8c1590d46
7
- data.tar.gz: 7c6a63b60b01b2eb58dc5577745d6450dbf0151a3f8d07380f0d90979417ce05d4e41d492c87d94ebf2674715d9b1802c36f284465a8ed54fe62c97a6d9220b5
6
+ metadata.gz: 84f26039b1651e8ff24b01d86786b46b4adb95ef7a295ec7f1c7c255e88b7432592b8c5253505ea473259bec9659e0d97445cc9f74481331cc2aaa471d988260
7
+ data.tar.gz: 3ffa0ba2a5b5790503a7d8ebd4d650c5e4a6caee80068c4727005b24f7249c745e34b21fdee5d907c9cbcc6605d22753ca49ab7e234d059b8eddc379fd43fd48
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -9,3 +9,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
9
9
 
10
10
  ### Added
11
11
  - initial release
12
+
13
+ ## [0.0.2] - 2015-06-02
14
+
15
+ ### Fixed
16
+ - added binstubs
17
+
18
+ ### Changed
19
+ - removed cruft from /lib
data/README.md CHANGED
@@ -19,5 +19,4 @@
19
19
 
20
20
  [Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
21
21
 
22
-
23
22
  ## Notes
data/bin/check-haproxy.rb CHANGED
@@ -17,8 +17,6 @@
17
17
  #
18
18
  # USAGE:
19
19
  #
20
- # NOTES:
21
- #
22
20
  # LICENSE:
23
21
  # Copyright 2011 Sonian, Inc. and contributors. <support@sensuapp.org>
24
22
  # Released under the same terms as Sensu (the MIT license); see LICENSE
@@ -17,8 +17,6 @@
17
17
  #
18
18
  # USAGE:
19
19
  #
20
- # NOTES:
21
- #
22
20
  # LICENSE:
23
21
  # Pete Shima <me@peteshima.com>, Joe Miller <https://github.com/joemiller>
24
22
  # Released under the same terms as Sensu (the MIT license); see LICENSE
@@ -1,15 +1 @@
1
-
2
1
  require 'sensu-plugins-haproxy/version'
3
-
4
- # Load the defaults
5
-
6
- #
7
- # Default class
8
- #
9
- module SensuPluginsHAProxy
10
- class << self
11
- end
12
-
13
- class << self
14
- end
15
- end
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsHAProxy
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-haproxy'
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-haproxy
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,7 +30,7 @@ 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-03 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -172,9 +172,11 @@ dependencies:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0.10'
175
- description: Sensu plugins for working with haproxy
175
+ description: Sensu plugins for haproxy
176
176
  email: "<sensu-users@googlegroups.com>"
177
- executables: []
177
+ executables:
178
+ - metrics-haproxy.rb
179
+ - check-haproxy.rb
178
180
  extensions: []
179
181
  extra_rdoc_files: []
180
182
  files:
@@ -189,7 +191,7 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-haproxy
189
191
  licenses:
190
192
  - MIT
191
193
  metadata:
192
- maintainer: ''
194
+ maintainer: sensu-plugin
193
195
  development_status: active
194
196
  production_status: unstable - testing recommended
195
197
  release_draft: 'false'
@@ -214,5 +216,5 @@ rubyforge_project:
214
216
  rubygems_version: 2.4.6
215
217
  signing_key:
216
218
  specification_version: 4
217
- summary: Sensu plugins for working with haproxy
219
+ summary: Sensu plugins for haproxy
218
220
  test_files: []
metadata.gz.sig CHANGED
Binary file