sensu-plugins-cgroups 0.0.1 → 0.0.2
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +8 -0
- data/lib/sensu-plugins-cgroups/version.rb +1 -20
- data/lib/sensu-plugins-cgroups.rb +0 -13
- data.tar.gz.sig +2 -4
- metadata +4 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d06c3dd66061b893c593fbddfc76c4aa8a1e06cb
|
|
4
|
+
data.tar.gz: a5c5c21b571df914bff5f8b153661a307ae600a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3ac09a4923df1ac29dde3ed8f6c32ae9b9a92667e784fc528a3f6a39a7d6e7cf67bbe21109cc3a68556aca3f7606ff8eab0783c4e60e69ecb8a3ad0c0cff48d
|
|
7
|
+
data.tar.gz: 6d6dc1e0653ed10a568869c0cba30112f8ed6ee9da4986779b2125bce917e332f887e13ab96643b24984abd8f8f3ca396c9a4e1aa995f23a7476b6a2881c27d3
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,9 @@
|
|
|
1
|
-
require 'json'
|
|
2
|
-
|
|
3
|
-
# encoding: utf-8
|
|
4
1
|
module SensuPluginsCgroups
|
|
5
|
-
# This defines the version of the gem
|
|
6
2
|
module Version
|
|
7
3
|
MAJOR = 0
|
|
8
4
|
MINOR = 0
|
|
9
|
-
PATCH =
|
|
5
|
+
PATCH = 2
|
|
10
6
|
|
|
11
7
|
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
|
12
|
-
|
|
13
|
-
NAME = 'sensu-plugins-cgroups'
|
|
14
|
-
BANNER = "#{NAME} v%s"
|
|
15
|
-
|
|
16
|
-
module_function
|
|
17
|
-
|
|
18
|
-
def version
|
|
19
|
-
format(BANNER, VER_STRING)
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
def json_version
|
|
23
|
-
{
|
|
24
|
-
'version' => VER_STRING
|
|
25
|
-
}.to_json
|
|
26
|
-
end
|
|
27
8
|
end
|
|
28
9
|
end
|
data.tar.gz.sig
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
8��3o��0��(9QْQt��y�Ϛ�F(�
|
|
4
|
-
W
|
|
1
|
+
�8�C�G�d���|15a0��?l㇂y�> �rQ\��?�L���(�,X��4�����S�Q�(l{��⾨����lI�
|
|
2
|
+
5L����bj�N�6�h
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-cgroups
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu Plugins and contributors
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
|
|
31
31
|
HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2015-
|
|
33
|
+
date: 2015-06-03 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: sensu-plugin
|
|
@@ -174,7 +174,8 @@ dependencies:
|
|
|
174
174
|
version: '0.10'
|
|
175
175
|
description: Sensu plugins for workign with cgroups
|
|
176
176
|
email: "<sensu-users@googlegroups.com>"
|
|
177
|
-
executables:
|
|
177
|
+
executables:
|
|
178
|
+
- metrics-cgroup.sh
|
|
178
179
|
extensions: []
|
|
179
180
|
extra_rdoc_files: []
|
|
180
181
|
files:
|
metadata.gz.sig
CHANGED
|
Binary file
|