sensu-plugins-ceph 0.0.1.alpha.1 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +12 -1
- data/LICENSE +1 -1
- data/README.md +1 -0
- data/lib/sensu-plugins-ceph.rb +10 -3
- data/lib/sensu-plugins-ceph/version.rb +28 -0
- metadata +13 -12
- 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: 9037053cd9190aec61913079bab7f62f3951eae1
|
4
|
+
data.tar.gz: 1cdec9cdfb533b8c8d4d4b14c4b5a903643e99d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 353ba812670fab3cd098e4c4e29c1ff6b066a4ae432db8469f47360540d63fc60952d7bd739616af9851589ba7e2bb37152cdb43db4c510d1a8a52e1496e1c14
|
7
|
+
data.tar.gz: 07eba3960b51eacb6e2a20c8450278320886395de006fa9ff83a35a13b94ead4b0c6ce21258d595ed0627c459fd87f784ad438966c8feda180cdd891fa5b64e9
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1
1
|
Change Log
|
2
2
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
3
3
|
|
4
|
-
|
4
|
+
#Change Log
|
5
|
+
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
|
+
|
7
|
+
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
|
8
|
+
|
9
|
+
## Unreleased][unreleased]
|
10
|
+
|
11
|
+
## 0.0.1 - 2015-04-30
|
12
|
+
|
13
|
+
### Added
|
14
|
+
- initial release
|
15
|
+
|
5
16
|
|
6
17
|
* identical functionality to the community-plugins repo
|
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph)
|
6
6
|
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph)
|
7
7
|
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-ceph.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-ceph)
|
8
|
+
[ ![Codeship Status for sensu-plugins/sensu-plugins-ceph](https://codeship.com/projects/61bdf3c0-d4df-0132-2baa-0e210ac4c62f/status?branch=master)](https://codeship.com/projects/77911)
|
8
9
|
|
9
10
|
## Functionality
|
10
11
|
|
data/lib/sensu-plugins-ceph.rb
CHANGED
@@ -0,0 +1,28 @@
|
|
1
|
+
require 'json'
|
2
|
+
|
3
|
+
# encoding: utf-8
|
4
|
+
module SensuPluginsCeph
|
5
|
+
# This defines the version of the gem
|
6
|
+
module Version
|
7
|
+
MAJOR = 0
|
8
|
+
MINOR = 0
|
9
|
+
PATCH = 1
|
10
|
+
|
11
|
+
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
12
|
+
|
13
|
+
NAME = 'sensu-plugins-ceph'
|
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
|
+
end
|
28
|
+
end
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-ceph
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1
|
4
|
+
version: 0.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Sensu Plugins and contributors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain:
|
@@ -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-05-05 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: english
|
@@ -106,16 +106,16 @@ dependencies:
|
|
106
106
|
name: rubocop
|
107
107
|
requirement: !ruby/object:Gem::Requirement
|
108
108
|
requirements:
|
109
|
-
- -
|
109
|
+
- - "~>"
|
110
110
|
- !ruby/object:Gem::Version
|
111
|
-
version: 0.
|
111
|
+
version: '0.30'
|
112
112
|
type: :development
|
113
113
|
prerelease: false
|
114
114
|
version_requirements: !ruby/object:Gem::Requirement
|
115
115
|
requirements:
|
116
|
-
- -
|
116
|
+
- - "~>"
|
117
117
|
- !ruby/object:Gem::Version
|
118
|
-
version: 0.
|
118
|
+
version: '0.30'
|
119
119
|
- !ruby/object:Gem::Dependency
|
120
120
|
name: rspec
|
121
121
|
requirement: !ruby/object:Gem::Requirement
|
@@ -226,6 +226,7 @@ files:
|
|
226
226
|
- bin/check-ceph.rb
|
227
227
|
- bin/metrics-ceph-osd.rb
|
228
228
|
- lib/sensu-plugins-ceph.rb
|
229
|
+
- lib/sensu-plugins-ceph/version.rb
|
229
230
|
homepage: https://github.com/sensu-plugins/sensu-plugins-ceph
|
230
231
|
licenses:
|
231
232
|
- MIT
|
@@ -233,7 +234,8 @@ metadata:
|
|
233
234
|
maintainer: ''
|
234
235
|
development_status: unmaintained
|
235
236
|
production_status: unstable - testing recommended
|
236
|
-
post_install_message:
|
237
|
+
post_install_message: You can use the embedded Ruby by setting EMBEDDED_RUBY=true
|
238
|
+
in /etc/default/sensu
|
237
239
|
rdoc_options: []
|
238
240
|
require_paths:
|
239
241
|
- lib
|
@@ -244,14 +246,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
244
246
|
version: 1.9.3
|
245
247
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
246
248
|
requirements:
|
247
|
-
- - "
|
249
|
+
- - ">="
|
248
250
|
- !ruby/object:Gem::Version
|
249
|
-
version:
|
251
|
+
version: '0'
|
250
252
|
requirements: []
|
251
253
|
rubyforge_project:
|
252
|
-
rubygems_version: 2.
|
254
|
+
rubygems_version: 2.4.6
|
253
255
|
signing_key:
|
254
256
|
specification_version: 4
|
255
257
|
summary: Sensu plugins for ceph
|
256
258
|
test_files: []
|
257
|
-
has_rdoc:
|
metadata.gz.sig
CHANGED
Binary file
|