sensu-plugins-puppet 2.1.0 → 2.1.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 +6 -1
- data/bin/check-puppet-last-run.rb +2 -0
- data/lib/sensu-plugins-puppet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7c4b3b2a60767c546719712515824fe53ed68a8451d7a3f584b4c7d4b195524
|
|
4
|
+
data.tar.gz: 0311e27c72a779b8656a71e95a074ff52e5df889015a1522cacfcd997a558a5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba3c2162a72b12a1e89eb028b7d4cb166f7d56d071bf998bb11608335b4bb9489f17c01e661f18663c8f4010564af76fb1181f76bbd680e2cc14f37d26643300
|
|
7
|
+
data.tar.gz: 10f8791dc5a1392a88370bc7bf00a36325bad7b584b625371a56dc25ce4d4ef8093997318772bcc4a7ff7ca2cf8e913fd1250a85e51044338939bdb7a26ee191
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [2.1.1] - 2018-05-03
|
|
9
|
+
### Fixed
|
|
10
|
+
- check-puppet-last-run.rb: fixed issue where `failures` and `restart_failures` were `nil` when `--ignore-failures` was passed by ensuring that they were defined as `0` so that they could be compared. (@bovy89)
|
|
11
|
+
|
|
8
12
|
## [2.1.0] - 2018-02-16
|
|
9
13
|
### Added
|
|
10
14
|
- Added options to allow for different age limits when the agent is disabled
|
|
@@ -56,7 +60,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
56
60
|
### Added
|
|
57
61
|
- initial release
|
|
58
62
|
|
|
59
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/2.1.
|
|
63
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/2.1.1...HEAD
|
|
64
|
+
[2.1.1]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/2.1.0...2.1.1
|
|
60
65
|
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/2.0.0...2.1.0
|
|
61
66
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/1.3.0...2.0.0
|
|
62
67
|
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-puppet/compare/1.2.0...1.3.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-puppet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.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: 2018-
|
|
11
|
+
date: 2018-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|