sensu-plugins-eep 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/CHANGELOG.md +8 -1
- data/lib/sensu-plugins-eep/version.rb +1 -20
- data/lib/sensu-plugins-eep.rb +0 -13
- data.tar.gz.sig +0 -0
- metadata +6 -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: c3c26b2de9a191b5c4955560cf71c2a1dbf6773d
|
|
4
|
+
data.tar.gz: 97f825c269bfd8e626843486618bef01c0a99a27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74c97899ef96d6e7cb4f4962039064f6f4fc3521f770c365b9a9bf7696c083a47257b85fe21e24ec36f87d7aad07481f556eab57e31041beaeb34c69568e6e7d
|
|
7
|
+
data.tar.gz: 5ee3a89fbb4e668b913b8090131eb53c458719b3b6bdeb795b7c86065fd42601f9efc5e00a5d78b3822ca8a4fb67c3d77deddb1392224f33719351a0d0dc9594
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,15 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
5
5
|
|
|
6
6
|
## Unreleased][unreleased]
|
|
7
7
|
|
|
8
|
-
## 0.0.1 - 2015-
|
|
8
|
+
## 0.0.1 - 2015-05-21
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
- initial release
|
|
12
12
|
|
|
13
|
+
## [0.0.2] - 2015-06-02
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- added binstubs
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- removed cruft from /lib
|
|
@@ -1,28 +1,9 @@
|
|
|
1
|
-
require 'json'
|
|
2
|
-
|
|
3
|
-
# encoding: utf-8
|
|
4
1
|
module SensuPluginsEEP
|
|
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-eep'
|
|
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
|
data/lib/sensu-plugins-eep.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-eep
|
|
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: eep_client
|
|
@@ -188,7 +188,8 @@ dependencies:
|
|
|
188
188
|
version: '0.10'
|
|
189
189
|
description: Sensu plugins for eep
|
|
190
190
|
email: "<sensu-users@googlegroups.com>"
|
|
191
|
-
executables:
|
|
191
|
+
executables:
|
|
192
|
+
- handler-eep.rb
|
|
192
193
|
extensions: []
|
|
193
194
|
extra_rdoc_files: []
|
|
194
195
|
files:
|
|
@@ -205,6 +206,8 @@ metadata:
|
|
|
205
206
|
maintainer: ''
|
|
206
207
|
development_status: unmaintained
|
|
207
208
|
production_status: unstable - testing recommended
|
|
209
|
+
release_draft: 'false'
|
|
210
|
+
release_prerelease: 'false'
|
|
208
211
|
post_install_message: You can use the embedded Ruby by setting EMBEDDED_RUBY=true
|
|
209
212
|
in /etc/default/sensu
|
|
210
213
|
rdoc_options: []
|
metadata.gz.sig
CHANGED
|
Binary file
|