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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 387cba2b3fafcd054dd967bfa30741b9aba7f0c4
4
- data.tar.gz: 014d145bf4aa6fcb4fd7f42ad8ea3c9a9f1b2561
3
+ metadata.gz: d06c3dd66061b893c593fbddfc76c4aa8a1e06cb
4
+ data.tar.gz: a5c5c21b571df914bff5f8b153661a307ae600a3
5
5
  SHA512:
6
- metadata.gz: b6abef2140c738f678b8dfab06d82829503a39ece900465d176fe1234a5bb1a0cb5c4467e0d3dfe1b1c8ef0c20fdefd7aafb896511f57bfc91e97630eadff41c
7
- data.tar.gz: c91ccdbfabc553f5c6bc8acd791cb2e51fd3b27b736b5afcc924db89edc227388785c04ffc78717ef13b70c85440491d3c429294fe1bea32bf2071ed89d0fa14
6
+ metadata.gz: f3ac09a4923df1ac29dde3ed8f6c32ae9b9a92667e784fc528a3f6a39a7d6e7cf67bbe21109cc3a68556aca3f7606ff8eab0783c4e60e69ecb8a3ad0c0cff48d
7
+ data.tar.gz: 6d6dc1e0653ed10a568869c0cba30112f8ed6ee9da4986779b2125bce917e332f887e13ab96643b24984abd8f8f3ca396c9a4e1aa995f23a7476b6a2881c27d3
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -9,3 +9,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
9
9
 
10
10
  ### Added
11
11
  - initial release
12
+
13
+ ## 0.0.2 - 2015-06-02
14
+
15
+ ### Fixed
16
+ - added binstubs
17
+
18
+ ### Changed
19
+ - removed cruft from /lib
@@ -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 = 1
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
@@ -1,14 +1 @@
1
1
  require 'sensu-plugins-cgroups/version'
2
-
3
- # Load the defaults
4
-
5
- #
6
- # Default class
7
- #
8
- module SensuPluginsCgroups
9
- class << self
10
- end
11
-
12
- class << self
13
- end
14
- end
data.tar.gz.sig CHANGED
@@ -1,4 +1,2 @@
1
- ����nrf��gHoR0M����)���|��~��!C��1���b�тkl��fj���߰r����e�FcP`02w��K��M"
2
- �ʹrS�C�M�:"`��qI�(YΉ��a����LE��i��L��M���/�����&�cp�;�keЕ�>�`VCFQ�h��?�EwF{K\)�'_C�C,����d�$�!%���G�����4VX��z#
3
- 8��3o ��0��(9QْQt��y�Ϛ� F(�
4
- W
1
+ 8�C�G�d���|15a0�׋�?l㇂y�> �rQ\��?�L���(�,X��4�����SQ�(l{��⾨����lI�
2
+ 5L����bj�N6�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.1
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-05-04 00:00:00.000000000 Z
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