sensu-plugins-mongodb 0.0.1 → 0.0.2
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 +8 -0
- data/README.md +1 -1
- data/lib/sensu-plugins-mongodb.rb +0 -14
- data/lib/sensu-plugins-mongodb/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: 627c06d9a5c5de93720001a4240454357529b661
|
4
|
+
data.tar.gz: 13f4e96d38a12d4270627f856b0f073f6ec422ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ed8f27bef467da023e956e1a15fa3f243b9c8d198158161f563ee543a4ade6cbb05c75041c96a79a484bf7c71bacfaf94fd9838330b17b3b029b1d5f67207be
|
7
|
+
data.tar.gz: ade664cffb15cf6d986bd230fdb81253a0f69b571b1f74dc5013ecfe8297883856f765880119947548b2b2141eed4d14910ccbfe538e34f3e1d1b8cf3f611718
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-mongodb/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-mongodb)
|
6
6
|
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-mongodb/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-mongodb)
|
7
7
|
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-mongodb.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-mongodb)
|
8
|
-
[
|
8
|
+
[![Codeship Status for sensu-plugins/sensu-plugins-mongodb](https://codeship.com/projects/fb6c0ce0-dc03-0132-9f1d-025863fcc952/status?branch=master)](https://codeship.com/projects/79855)
|
9
9
|
|
10
10
|
## Functionality
|
11
11
|
|
@@ -1,28 +1,9 @@
|
|
1
|
-
require 'json'
|
2
|
-
|
3
|
-
# encoding: utf-8
|
4
1
|
module SensuPluginsMongoDB
|
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-mongodb'
|
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-mongodb
|
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
|
@@ -186,9 +186,11 @@ dependencies:
|
|
186
186
|
- - "~>"
|
187
187
|
- !ruby/object:Gem::Version
|
188
188
|
version: '0.10'
|
189
|
-
description: Sensu plugins for
|
189
|
+
description: Sensu plugins for MongoDB
|
190
190
|
email: "<sensu-users@googlegroups.com>"
|
191
|
-
executables:
|
191
|
+
executables:
|
192
|
+
- metrics-mongodb.rb
|
193
|
+
- check-mongodb.py
|
192
194
|
extensions: []
|
193
195
|
extra_rdoc_files: []
|
194
196
|
files:
|
@@ -203,7 +205,7 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-mongodb
|
|
203
205
|
licenses:
|
204
206
|
- MIT
|
205
207
|
metadata:
|
206
|
-
maintainer:
|
208
|
+
maintainer: sensu-plugin
|
207
209
|
development_status: active
|
208
210
|
production_status: unstable - testing recommended
|
209
211
|
release_draft: 'false'
|
@@ -228,5 +230,5 @@ rubyforge_project:
|
|
228
230
|
rubygems_version: 2.4.6
|
229
231
|
signing_key:
|
230
232
|
specification_version: 4
|
231
|
-
summary: Sensu plugins for
|
233
|
+
summary: Sensu plugins for mongodb
|
232
234
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|