sensu-plugins-conntrack 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 04f77834f85e3f52fade2b0e9cf66041d90b9df3
4
- data.tar.gz: 7da459d8cba4ca11b0391ff60d71c0899607aa17
3
+ metadata.gz: 6b125f10545e27d6b189f2454945a78380fa1dbd
4
+ data.tar.gz: 3a8bfb880270ca5c360294c5223acfa712d3a562
5
5
  SHA512:
6
- metadata.gz: c113bcfaf6f7e06699c2bc41abb2776a608cf67028f3c24adc75a9693b929c5df7c04160048fd3bda4ce457db99c320e3a3ccc0359904942e731f9bb8489f6d8
7
- data.tar.gz: 365e357c6cdac267d85fd3ee2b626e99098f1c777a7dbd742ab6bce1e958f3620292b682e7b04f94088f8226eb1c0fea5dc5c07984225dd9f7a49afd45942420
6
+ metadata.gz: ad99773fb130b8fb5d981ab21c08923746835c777cb87e815e7fcae6fa5bdc6a5d024fdb8b58203fde639d9b80b8b2585a71b8038bb8622e38882310be290aa5
7
+ data.tar.gz: dcb60ffaddf3cbc752308912a31dc989c152d61c36c45ff56b47fc976da3f3b91eec95ab3d57b3d89c48b52ecb6d090bf59a47679069ef500383f1f9f8143bb4
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- �h�9�G��ڲuo��wg�.l
2
- _8��( :l�W����N� �.:._��lI�V��{ �Z!��ϺVS���rPoK�~a��-��Q��#s�=1`y����O�JWi�WF ��8��PI�����{�F���:ث��
3
- ����\�|Nh�'��B'�=�J:����s
1
+ �&��{aRޟѮ������9+����*�?���(����������i����J�?ۅԤ��> |Q��5���������AjK{�+z�>�!���?X���)*FWf�6k_7a���
2
+ r�ߌ� 3��ϻ��U"|Ƣ!+���W?���
3
+ �Ҏ ����<��\o5��� *@�?�t:���K}25P��,nH_� Pk��.�熘g�O�����10�H@�Ecj�SŁ�����'�6�,��U�
data/CHANGELOG.md CHANGED
@@ -1,6 +1,3 @@
1
- Change Log
2
- This project adheres to [Semantic Versioning](http://semver.org/).
3
-
4
1
  #Change Log
5
2
  This project adheres to [Semantic Versioning](http://semver.org/).
6
3
 
@@ -12,3 +9,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
12
9
 
13
10
  ### Added
14
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,14 +1 @@
1
1
  require 'sensu-plugins-conntrack/version'
2
-
3
- # Load the defaults
4
-
5
- #
6
- # Default class
7
- #
8
- module SensuPluginsConntrack
9
- class << self
10
- end
11
-
12
- class << self
13
- end
14
- end
@@ -1,28 +1,9 @@
1
- require 'json'
2
-
3
- # encoding: utf-8
4
1
  module SensuPluginsConntrack
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-conntrack'
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-conntrack
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-05 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
@@ -172,9 +172,10 @@ dependencies:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0.10'
175
- description: Sensu plugins for conntracl
175
+ description: Sensu plugins for conntrack
176
176
  email: "<sensu-users@googlegroups.com>"
177
- executables: []
177
+ executables:
178
+ - metrics-conntrack.rb
178
179
  extensions: []
179
180
  extra_rdoc_files: []
180
181
  files:
@@ -188,10 +189,10 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-conntrack
188
189
  licenses:
189
190
  - MIT
190
191
  metadata:
191
- maintainer: ''
192
- development_status: unmaintained
192
+ maintainer: sensu-plugin
193
+ development_status: active
193
194
  production_status: unstable - testing recommended
194
- releae_draft: 'false'
195
+ release_draft: 'false'
195
196
  release_prerelease: 'false'
196
197
  post_install_message: You can use the embedded Ruby by setting EMBEDDED_RUBY=true
197
198
  in /etc/default/sensu
@@ -213,5 +214,5 @@ rubyforge_project:
213
214
  rubygems_version: 2.4.6
214
215
  signing_key:
215
216
  specification_version: 4
216
- summary: Sensu plugins for conntarck
217
+ summary: Sensu plugins for conntrack
217
218
  test_files: []
metadata.gz.sig CHANGED
Binary file