sensu-plugins-sensu 2.3.0 → 2.3.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 +7 -1
- data/bin/check-stale-results.rb +1 -1
- data/bin/handler-purge-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: 9ea6a3cda96f3ff8e4b8e6cccc24f93acfff7386
|
|
4
|
+
data.tar.gz: 29398cd8f33ec212f1e3b348e94994a238d8adde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72af635c76e791b051c415b32d7e87923bcf4a66110cd6b0e8305e4e0b3751faf90caf0143d880a1bf75853ec152e0afb55c05eb177676637173c0f5010b01af
|
|
7
|
+
data.tar.gz: 3be770e376eac98af320e75dd66ddd82bff48ea1a5b2ed612f456609620e07c784170bdc55c993c487e08e2211a60444a70d4076148c80b47c72db9e365f46f8
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [2.3.1] - 2017-10-06
|
|
10
|
+
### Changed
|
|
11
|
+
- check-stale-results.rb: update the require order for json so that it comes after sensu_plugin (@barryorourke)
|
|
12
|
+
- handler-purge-stale-results.rb: fix invalid hash syntax resulting in NameError (@cwjohnston)
|
|
13
|
+
|
|
9
14
|
## [2.3.0] - 2017-10-03
|
|
10
15
|
### Changed
|
|
11
16
|
- handler-sensu.rb: more log info, with creator and reason included in json. Check name information (REMEDIATION:) at sensu server logs. Tested on sensu > 0.29. (@betorvs)
|
|
@@ -94,7 +99,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|
|
94
99
|
### Added
|
|
95
100
|
- initial release
|
|
96
101
|
|
|
97
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.3.
|
|
102
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.3.1...HEAD
|
|
103
|
+
[2.3.1]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.3.0...2.3.1
|
|
98
104
|
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.2...2.3.0
|
|
99
105
|
[2.2.2]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.1...2.2.2
|
|
100
106
|
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.0...2.2.1
|
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.3.
|
|
4
|
+
version: 2.3.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-10-
|
|
11
|
+
date: 2017-10-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|