sensu-plugins-process-checks 4.2.0 → 4.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -1
- data/lib/sensu-plugins-process-checks/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff1ced08b94a793015890de477eecd6e4ec3892c525d6252abc159295254086b
|
4
|
+
data.tar.gz: 9c44a4b95296eccffbd414cb29585f204c7a298390f3a0de972f9267f2a43bd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41117948dfaf5dfd210277fc4ac635da1e4e36697190504c6ad20144362b6de2a877ef35e645e4f4780a611be0598b791f7cb0bc461ac0668c4623b1ae8ba033
|
7
|
+
data.tar.gz: c62b42f3c37ffdffc7018b9ff722c58ee814deda28d27c1fb1e4df55d7e3e1249553e320e46a77f01e369bb80a2b24b3dbf290fa1266072f98890b8dab7da6bf
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
5
5
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
|
+
|
9
|
+
## [4.2.1] - 2020-09-26
|
10
|
+
### Fixed
|
11
|
+
- .bonsai.yml: fixed wrong(not matching) entity.system.platform filter. (@itachi17)
|
12
|
+
|
8
13
|
## [4.2.0] - 2020-04-08
|
9
14
|
### Changed
|
10
15
|
- Updated english gem runtime dependency from 0.6.3 to 0.7.0 (0.6.3 was yanked).
|
@@ -13,6 +18,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
13
18
|
### Added
|
14
19
|
- Updated asset build targets to support centos6
|
15
20
|
|
21
|
+
|
16
22
|
## [4.0.1] - 2019-05-06
|
17
23
|
### Fixed
|
18
24
|
- metrics-ipcs.rb: fixed metric script by setting `found = true` when its found (@eberkut)
|
@@ -211,7 +217,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
211
217
|
- built against 1.9.3, 2.0, 2.1
|
212
218
|
- cryptographically signed
|
213
219
|
|
214
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.1
|
220
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.2.1...HEAD
|
221
|
+
[4.2.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.2.0...4.2.1
|
222
|
+
[4.2.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.1.0...4.2.0
|
215
223
|
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...4.1.0
|
216
224
|
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...4.0.1
|
217
225
|
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...4.0.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-process-checks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.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: 2020-
|
11
|
+
date: 2020-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: english
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: '
|
117
|
+
version: '13.0'
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: '
|
124
|
+
version: '13.0'
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: redcarpet
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -251,8 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
251
251
|
- !ruby/object:Gem::Version
|
252
252
|
version: '0'
|
253
253
|
requirements: []
|
254
|
-
|
255
|
-
rubygems_version: 2.7.7
|
254
|
+
rubygems_version: 3.0.8
|
256
255
|
signing_key:
|
257
256
|
specification_version: 4
|
258
257
|
summary: Sensu plugins for checking running processes
|