sensu-plugins-mongodb 2.0.1 → 2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: a60db1ff5ce73c954697b2b2955b6e9ccebaabd7ddc82921e568632a36366c1c
|
|
4
|
+
data.tar.gz: fbd8062d8fc4e18338715e535f17b77f1cac13c9138459651ebc5f99991fb9b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66bd32e1421bc0a876c92ca230d2f7a49a24cc486ea720a3e38e4eaca4c3999faede853b0e4ed6d260e96ee145355b3aa8acd4c5693b2f57559c821433d3d4d9
|
|
7
|
+
data.tar.gz: 1c55e99fba54b56a9bdf6f618ec89e0590321d42923244b8759a52d019a289905b96f2914cfd61a12f7311e114d62bedf3d9acdd2257eed3a086cf91ed279683
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [2.0.2] - 2018-03-17
|
|
9
|
+
### Fixed
|
|
10
|
+
- renamed library file `metics` to `metrics` and updated all refrences in code to it (@majormoses)
|
|
11
|
+
|
|
8
12
|
## [2.0.1] - 2017-10-19
|
|
9
13
|
### Fixed
|
|
10
14
|
- updating the read preferences for `2.2`-`2.8` pymongo clients (@urg)
|
|
@@ -125,7 +129,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
|
|
|
125
129
|
### Added
|
|
126
130
|
- initial release
|
|
127
131
|
|
|
128
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.
|
|
132
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.2...HEAD
|
|
133
|
+
[2.0.2]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.1...2.0.2
|
|
129
134
|
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.0...2.0.1
|
|
130
135
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.1...2.0.0
|
|
131
136
|
[1.4.1]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.0...1.4.1
|
data/bin/check-mongodb-metric.rb
CHANGED
data/bin/metrics-mongodb.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-mongodb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu-Plugins and contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bson
|
|
@@ -203,7 +203,7 @@ files:
|
|
|
203
203
|
- bin/metrics-mongodb-replication.rb
|
|
204
204
|
- bin/metrics-mongodb.rb
|
|
205
205
|
- lib/sensu-plugins-mongodb.rb
|
|
206
|
-
- lib/sensu-plugins-mongodb/
|
|
206
|
+
- lib/sensu-plugins-mongodb/metrics.rb
|
|
207
207
|
- lib/sensu-plugins-mongodb/version.rb
|
|
208
208
|
homepage: https://github.com/sensu-plugins/sensu-plugins-mongodb
|
|
209
209
|
licenses:
|
|
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
231
231
|
version: '0'
|
|
232
232
|
requirements: []
|
|
233
233
|
rubyforge_project:
|
|
234
|
-
rubygems_version: 2.6
|
|
234
|
+
rubygems_version: 2.7.6
|
|
235
235
|
signing_key:
|
|
236
236
|
specification_version: 4
|
|
237
237
|
summary: Sensu plugins for mongodb
|