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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +8 -0
- data/README.md +0 -1
- data/bin/check-haproxy.rb +0 -2
- data/bin/metrics-haproxy.rb +0 -2
- data/lib/sensu-plugins-haproxy.rb +0 -14
- data/lib/sensu-plugins-haproxy/version.rb +1 -20
- metadata +8 -6
- 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: 4fad9172997d87ffd1cbd9e825fcbc0581be6098
|
4
|
+
data.tar.gz: d8d89014e3d2de6d9fb855ea529365005448f38e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
data/README.md
CHANGED
data/bin/check-haproxy.rb
CHANGED
data/bin/metrics-haproxy.rb
CHANGED
@@ -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 =
|
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.
|
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-
|
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
|
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
|
219
|
+
summary: Sensu plugins for haproxy
|
218
220
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|