sensu-plugins-process-checks 4.0.1 → 4.1.0
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/lib/sensu-plugins-process-checks/version.rb +2 -2
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e25ff5a4f5a33c23e6f19c5c82db2fe10b8706f0d9824f44269c835655465b7b
|
|
4
|
+
data.tar.gz: 96e6789353b0ae1fc9ebda9dda389932ccbde223afd20214d89cdd8c5f80e402
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d42970f64a6bf80ddad2b2b23b753d480ecb55627fab4b39b3f0377cc5ae1064d04267391ec9dbd5ab24b237aac8d7e9f029a24ce89c817d7de2ac46a06429ab
|
|
7
|
+
data.tar.gz: 551d87f125bc06a417513301b4479e2b8a89296444c59b575ce4ae65665c3626d55239154b77ff263bbb08660f020c35496ae1fece13929efa1eff1f526da03b
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
|
|
10
|
+
## [4.1.0] - 2019-12-12
|
|
11
|
+
### Added
|
|
12
|
+
- Updated asset build targets to support centos6
|
|
13
|
+
|
|
9
14
|
## [4.0.1] - 2019-05-06
|
|
10
15
|
### Fixed
|
|
11
16
|
- metrics-ipcs.rb: fixed metric script by setting `found = true` when its found (@eberkut)
|
|
@@ -204,7 +209,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
204
209
|
- built against 1.9.3, 2.0, 2.1
|
|
205
210
|
- cryptographically signed
|
|
206
211
|
|
|
207
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0
|
|
212
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.1.0...HEAD
|
|
213
|
+
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...4.1.0
|
|
208
214
|
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...4.0.1
|
|
209
215
|
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...4.0.0
|
|
210
216
|
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...3.2.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.0
|
|
4
|
+
version: 4.1.0
|
|
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: 2019-
|
|
11
|
+
date: 2019-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: english
|
|
@@ -198,15 +198,15 @@ description: |-
|
|
|
198
198
|
process status, uptime, thread count, and others
|
|
199
199
|
email: "<sensu-users@googlegroups.com>"
|
|
200
200
|
executables:
|
|
201
|
-
- metrics-process-status.rb
|
|
202
|
-
- metrics-per-process.rb
|
|
203
|
-
- metrics-ipcs.rb
|
|
204
201
|
- check-cmd.rb
|
|
205
|
-
- metrics-
|
|
202
|
+
- metrics-per-process.rb
|
|
206
203
|
- check-threads-count.rb
|
|
204
|
+
- metrics-processes-threads-count.rb
|
|
207
205
|
- check-process-restart.rb
|
|
208
|
-
-
|
|
206
|
+
- metrics-ipcs.rb
|
|
207
|
+
- metrics-process-status.rb
|
|
209
208
|
- metrics-process-uptime.rb
|
|
209
|
+
- check-process.rb
|
|
210
210
|
extensions: []
|
|
211
211
|
extra_rdoc_files: []
|
|
212
212
|
files:
|
|
@@ -251,7 +251,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
251
251
|
- !ruby/object:Gem::Version
|
|
252
252
|
version: '0'
|
|
253
253
|
requirements: []
|
|
254
|
-
|
|
254
|
+
rubyforge_project:
|
|
255
|
+
rubygems_version: 2.7.7
|
|
255
256
|
signing_key:
|
|
256
257
|
specification_version: 4
|
|
257
258
|
summary: Sensu plugins for checking running processes
|