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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 40659e2af00a1bba8285a4b71eea322d7db9e0945e7eb5637530281fd4f991de
4
- data.tar.gz: ba91233750b4142cd1f6c6b02b93f0b00209164524a5439687acb3656dcdc978
3
+ metadata.gz: e25ff5a4f5a33c23e6f19c5c82db2fe10b8706f0d9824f44269c835655465b7b
4
+ data.tar.gz: 96e6789353b0ae1fc9ebda9dda389932ccbde223afd20214d89cdd8c5f80e402
5
5
  SHA512:
6
- metadata.gz: 46990a3a438272b19bf721cefdfce4420e5c56f6e2086f5b07e0adb1111315e6ae9d375092e185f889643fd81cce1da566a55f280993c54e315cc38c3c78b83f
7
- data.tar.gz: fa4cc25c38c781808344a88ecdd38820b518ebabeea94b5e9e6324237b38142ac2687ec9f339574154356e2c76b460c893136a8154ec8845fb15a7c8789f109f
6
+ metadata.gz: d42970f64a6bf80ddad2b2b23b753d480ecb55627fab4b39b3f0377cc5ae1064d04267391ec9dbd5ab24b237aac8d7e9f029a24ce89c817d7de2ac46a06429ab
7
+ data.tar.gz: 551d87f125bc06a417513301b4479e2b8a89296444c59b575ce4ae65665c3626d55239154b77ff263bbb08660f020c35496ae1fece13929efa1eff1f526da03b
@@ -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.1...HEAD
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
@@ -1,8 +1,8 @@
1
1
  module SensuPluginsProcessChecks
2
2
  module Version
3
3
  MAJOR = 4
4
- MINOR = 0
5
- PATCH = 1
4
+ MINOR = 1
5
+ PATCH = 0
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
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.1
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-05-07 00:00:00.000000000 Z
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-processes-threads-count.rb
202
+ - metrics-per-process.rb
206
203
  - check-threads-count.rb
204
+ - metrics-processes-threads-count.rb
207
205
  - check-process-restart.rb
208
- - check-process.rb
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
- rubygems_version: 3.0.3
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