riemann-mongodb 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- metadata +3 -5
- data/LICENSE +0 -21
- data/README.md +0 -20
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MjJjZmQ4ZTk3ZTc0NDkyYjIzMzU1YjEwYWUwNzI5OTQzZjA1MjI2Zg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NDAyNWIxMWY0M2RmNzAyYzY0MzI5YjE4YWUzMGFmMWM5YjYzZWFiNA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZTYxZTMyODMwMmEzMzUwMWE2OGY2MmE5ODlmMmY0YWIzMDkzMzE4NGYwMWU1
|
10
|
+
ZTE0YWY2MzU4MmUxYWUwMmYzNzhmNDE2OWQ4Y2I1M2MzN2U5YWZiOTU1ODIz
|
11
|
+
M2ZlMDExOTQxMzNhZmZjNTkyNDUxYTc0M2FiZjQ1MjY2ODk4MDI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjY0OGMwYTM0ZjZmYWRlZjZhYWQ5MWY3ODA2ZjEyNmUzYzk0NmMzMWI5OGJj
|
14
|
+
MmE0N2VhMjQ3MjAyYTVkN2ZiZGU5N2E1NjkwMjE4NDE1ODc1NDM0YWFlMDdj
|
15
|
+
ZmM2NjU3ZmFiYWQzMzc5MjgyODM0ZDVlNjM3ZjllNTJhNzQxZGM=
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: riemann-mongodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fede Borgnia
|
@@ -55,14 +55,12 @@ dependencies:
|
|
55
55
|
description:
|
56
56
|
email: fborgnia@gmail.com
|
57
57
|
executables:
|
58
|
+
- riemann-mongodb
|
58
59
|
- riemann-mongodb-rs-status
|
59
60
|
- riemann-mongodb-serverstatus
|
60
|
-
- riemann-mongodb
|
61
61
|
extensions: []
|
62
62
|
extra_rdoc_files: []
|
63
63
|
files:
|
64
|
-
- LICENSE
|
65
|
-
- README.md
|
66
64
|
- bin/riemann-mongodb
|
67
65
|
- bin/riemann-mongodb-rs-status
|
68
66
|
- bin/riemann-mongodb-serverstatus
|
@@ -85,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
83
|
version: '0'
|
86
84
|
requirements: []
|
87
85
|
rubyforge_project: riemann-mongodb
|
88
|
-
rubygems_version: 2.
|
86
|
+
rubygems_version: 2.4.5
|
89
87
|
signing_key:
|
90
88
|
specification_version: 4
|
91
89
|
summary: MongoDB clients to submits metrics to Riemann.
|
data/LICENSE
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License
|
2
|
-
|
3
|
-
Copyright (c) 2011 Kyle Kingsbury
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
data/README.md
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
Riemann mongodb
|
2
|
-
=============
|
3
|
-
|
4
|
-
Simple mongodb riemann client.
|
5
|
-
|
6
|
-
|
7
|
-
A client which submits the result of db.stats() query into riemann.
|
8
|
-
A second client to monitor replication set status, using rs.status() query.
|
9
|
-
A third client to submit server status by gathering metrics from db.serverStatus() query,
|
10
|
-
|
11
|
-
|
12
|
-
Get started
|
13
|
-
==========
|
14
|
-
|
15
|
-
``` bash
|
16
|
-
gem install riemann-mongodb
|
17
|
-
riemann-mongodb --help
|
18
|
-
riemann-mongodb-rs-status --help
|
19
|
-
riemann-mongodb-serverstatus --help
|
20
|
-
```
|