sensu-plugins-sensu 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 +5 -0
- data/bin/check-stale-results.rb +1 -1
- data/lib/sensu-plugins-sensu/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: a1401339a1cda4b1a6f09840b51533cfd1baa368
|
|
4
|
+
data.tar.gz: 52c826df78808ce97f0ea0b1da800fdc8f0f9e8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4497e79d733c9a6325a573af36327cee48fd0c5725730c4164b3fd53b6073430c069391c6403271221df4ccbd1e23228b5e4997d87c3b05c42a1085c6ea8aa4
|
|
7
|
+
data.tar.gz: c147e367c3e10b0616b2a8a354e1fa02b49815b606409a6512d94a7770f4bc6e07b7f8854b3fa245b3b5e8dbacd6bb1d4536f77c15d5e42e31afd97de4c027bc
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [2.2.1] - 2017-09-25
|
|
10
|
+
### Fixed
|
|
11
|
+
- check-stale-results.rb: Removed broken and unnecessary block argument that stopped the plugin from running (@portertech)
|
|
12
|
+
|
|
9
13
|
## [2.2.0] - 2017-09-16
|
|
10
14
|
### Changed
|
|
11
15
|
- check-aggregates.rb: Add options `--stale-percentage` and `--stale-count` to warn on stale data (@rbanffy)
|
|
@@ -83,6 +87,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|
|
83
87
|
- initial release
|
|
84
88
|
|
|
85
89
|
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.0...HEAD
|
|
90
|
+
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.0...2.2.1
|
|
86
91
|
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.1.0...2.2.0
|
|
87
92
|
[2.1.1]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.1.0...2.1.1
|
|
88
93
|
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.0.0...2.1.0
|
data/bin/check-stale-results.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-sensu
|
|
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-09-
|
|
11
|
+
date: 2017-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|