cb_sensu_check_processes 0.0.5 → 0.0.6
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/bin/{check-cmd.rb → cb_check-cmd.rb} +0 -0
- data/bin/{check-process-restart.rb → cb_check-process-restart.rb} +0 -0
- data/bin/{check-process.rb → cb_check-process.rb} +0 -0
- data/bin/{check-threads-count.rb → cb_check-threads-count.rb} +0 -0
- data/bin/{metrics-process-status.rb → cb_metrics-process-status.rb} +0 -0
- data/bin/{metrics-processes-threads-count.rb → cb_metrics-processes-threads-count.rb} +0 -0
- data/bin/{process-uptime-metrics.sh → cb_process-uptime-metrics.sh} +0 -0
- data/lib/sensu-plugins-process-checks/version.rb +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bdb3dc408d72c68cf4f983dfeb0c634b85734c7
|
|
4
|
+
data.tar.gz: 7750c7a985fc9f68d2d2d48e7730f96c1c7a5de4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 073f388a01ce5297dab7ad9819a116ddb0ee00c0b29a31d8edce9efd608044c3c7089422fb35c9ee803eae38b1f862a74b302cbb90a41933efe5cfd32335d05c
|
|
7
|
+
data.tar.gz: 2cbbd48c2e868145b70879358b86bcabec6539a3aa8ec42bb5482665dad8c0d5224d8342ae2c4ab440f72ccc8d8b4683d4c2da746d01d46ab6a6b0e3129c3214
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cb_sensu_check_processes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu-Plugins and contributors
|
|
@@ -181,25 +181,25 @@ dependencies:
|
|
|
181
181
|
description: Sensu plugins for checking running processes
|
|
182
182
|
email: "<sensu-users@googlegroups.com>"
|
|
183
183
|
executables:
|
|
184
|
-
-
|
|
185
|
-
-
|
|
186
|
-
-
|
|
187
|
-
-
|
|
188
|
-
-
|
|
189
|
-
-
|
|
184
|
+
- cb_check-cmd.rb
|
|
185
|
+
- cb_check-process-restart.rb
|
|
186
|
+
- cb_check-threads-count.rb
|
|
187
|
+
- cb_metrics-processes-threads-count.rb
|
|
188
|
+
- cb_check-process.rb
|
|
189
|
+
- cb_metrics-process-status.rb
|
|
190
190
|
extensions: []
|
|
191
191
|
extra_rdoc_files: []
|
|
192
192
|
files:
|
|
193
193
|
- CHANGELOG.md
|
|
194
194
|
- LICENSE
|
|
195
195
|
- README.md
|
|
196
|
-
- bin/
|
|
197
|
-
- bin/
|
|
198
|
-
- bin/
|
|
199
|
-
- bin/
|
|
200
|
-
- bin/
|
|
201
|
-
- bin/
|
|
202
|
-
- bin/
|
|
196
|
+
- bin/cb_check-cmd.rb
|
|
197
|
+
- bin/cb_check-process-restart.rb
|
|
198
|
+
- bin/cb_check-process.rb
|
|
199
|
+
- bin/cb_check-threads-count.rb
|
|
200
|
+
- bin/cb_metrics-process-status.rb
|
|
201
|
+
- bin/cb_metrics-processes-threads-count.rb
|
|
202
|
+
- bin/cb_process-uptime-metrics.sh
|
|
203
203
|
- lib/sensu-plugins-process-checks.rb
|
|
204
204
|
- lib/sensu-plugins-process-checks/version.rb
|
|
205
205
|
homepage: https://github.com/sensu-plugins/sensu-plugins-process-checks
|