sensu-plugins-graphite 2.2.0 → 2.2.1
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
- data/CHANGELOG.md +12 -5
- data/lib/sensu-plugins-graphite/graphite_proxy/options.rb +0 -1
- data/lib/sensu-plugins-graphite/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 652a431ad40e8910a4a2a006cce0d85577c7904a
|
|
4
|
+
data.tar.gz: 47002818adf4e226e4b69a0d0ea470d1cee0f456
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3145d2716aef707c3f20b545db71f698cb2c4026bb46165a77dc857fc5498f3d5d7a1887d6ffa63997bcf5db67a2abf9d280f2e7bd53df0e46802905be7977f
|
|
7
|
+
data.tar.gz: 69cb43e03d65f78e047505912443b46a13b626aab6b17e2f3643ac78863bf78878ad05b270f253bd20d3d79119d708781f1b757c5d5a8818430e79030fdfc59f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,24 @@
|
|
|
1
|
-
#Change Log
|
|
1
|
+
# Change Log
|
|
2
2
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
3
3
|
|
|
4
4
|
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
-
## [2.1
|
|
8
|
+
## [2.2.1] - 2017-06-13
|
|
9
|
+
### Fixed
|
|
10
|
+
- Remove short options -s on hostname_sub, it was unusable. This affects check-graphite-data and check check-graphite-hosts
|
|
11
|
+
|
|
12
|
+
## [2.2.0] - 2017-06-11
|
|
13
|
+
### Removed
|
|
14
|
+
- check-graphite-data.rb: Removed unused method `retrieve_data` since it's duplicate from graphite_proxy
|
|
15
|
+
|
|
16
|
+
## [2.1.0] - 2017-06-11
|
|
9
17
|
### Changed
|
|
10
18
|
- Disable filtering for handler-graphite-status.rb
|
|
11
19
|
### Fixed
|
|
12
20
|
- Error handling in graphite handlers
|
|
13
21
|
- Duplicate short option in check-graphite.rb
|
|
14
|
-
### Removed
|
|
15
|
-
- check-graphite-data.rb: Removed unused method `retrieve_data` since it's duplicate from graphite_proxy
|
|
16
22
|
|
|
17
23
|
## [2.0.0] - 2016-06-21
|
|
18
24
|
### Added
|
|
@@ -71,7 +77,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
71
77
|
### Added
|
|
72
78
|
- initial release
|
|
73
79
|
|
|
74
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.
|
|
80
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...HEAD
|
|
81
|
+
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...2.2.1
|
|
75
82
|
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
|
|
76
83
|
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.0.0...2.1.0
|
|
77
84
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/1.1.0...2.0.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-graphite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.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: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: array_stats
|