sensu-plugins-logstash 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 +1 -3
- data/CHANGELOG.md +1 -3
- data/lib/sensu-plugins-logstash.rb +0 -14
- data/lib/sensu-plugins-logstash/version.rb +1 -20
- metadata +4 -3
- 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: 79d662d8f1fa537847c343ecd70a946c3fa7187e
|
|
4
|
+
data.tar.gz: cb26c4dd3c737ce94fbd66250230835482d053e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 038c8f6b98a97bc873ba729ed97bf138a580fb55a517068ff7c6d3ed7deb5ed4c626ceab945d57772fe82b6952b04108f39fad28fee919396e0ee8bd9689bfec
|
|
7
|
+
data.tar.gz: 790f7474e60677951aac231c804db9010ba06dce6bdfc2bd7c5823e5c0d1f01d1ffd29e4ed0830c12a3684944f844a36249f651da36e2a4e339fa63f7e52c992
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,9 @@
|
|
|
1
|
-
require 'json'
|
|
2
|
-
|
|
3
|
-
# encoding: utf-8
|
|
4
1
|
module SensuPluginsLogstash
|
|
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-logstash'
|
|
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-logstash
|
|
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
|
|
@@ -202,7 +202,8 @@ dependencies:
|
|
|
202
202
|
version: '0.10'
|
|
203
203
|
description: Sensu plugins for working with logstash
|
|
204
204
|
email: "<sensu-users@googlegroups.com>"
|
|
205
|
-
executables:
|
|
205
|
+
executables:
|
|
206
|
+
- handler-logstash.rb
|
|
206
207
|
extensions: []
|
|
207
208
|
extra_rdoc_files: []
|
|
208
209
|
files:
|
metadata.gz.sig
CHANGED
|
Binary file
|