sensu-plugins-apache 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: be9ede0904ca80e4132df994868969551397bdd6
4
- data.tar.gz: b89df0e462b394da083060cf67e57dd4cc0dec04
3
+ metadata.gz: dfa1493e2e168e0054f41ee9d39f71a81a4d55a1
4
+ data.tar.gz: 9552e25d85899c6c453ed9a7e3d3fef8e1f3ce15
5
5
  SHA512:
6
- metadata.gz: a6d61b439349c168ff29944d39d4222ee1a4b416153464029f2da031ecb3254a26b828d39036f06338208801772ace5e089009c1defa1f4fdf93d396013b3de7
7
- data.tar.gz: d49333b991253791882620da7588111bdc20355ed2a79beeb4c0ecf2c44afbb84622ee0f1bf833fa3a92a604698dd02e988522470e8e5c2999e987548cfc638e
6
+ metadata.gz: b4194044f92ca0e5106d6f9435580c28d8cd5f3179773e3faa4b8b7a6c15f09212fa016a26fe83209ac6ef9a101089891848fa16e31258a04c6c91d6076d29b0
7
+ data.tar.gz: ab70e7594e5d3e79384fb7180f9211e5e1ecb79f0acbf7879b1bb4f7782b83b6e8c0c6a061111860d8d182dcef3cffb8bd832de50a3b6a3465088bb552239572
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -5,7 +5,12 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## Unreleased][unreleased]
7
7
 
8
- ## 0.0.1 - 2015-04-21
8
+ ## 0.0.1 - 2015-04-30
9
9
 
10
10
  ### Added
11
11
  - initial release
12
+
13
+ ## 0.0.2 - 2015-06-02
14
+
15
+ ### Fixed
16
+ - added binstubs
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-apache/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-apache)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-apache/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-apache)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-apache.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-apache)
8
- [ ![Codeship Status for sensu-plugins/sensu-plugins-apache](https://codeship.com/projects/52bea8a0-cd19-0132-e31b-2698d59c4ad3/status?branch=master)](https://codeship.com/projects/76223)
8
+ [![Codeship Status for sensu-plugins/sensu-plugins-apache](https://codeship.com/projects/52bea8a0-cd19-0132-e31b-2698d59c4ad3/status?branch=master)](https://codeship.com/projects/76223)
9
9
 
10
10
  ## Functionality
11
11
 
@@ -1,14 +1 @@
1
1
  require 'sensu-plugins-apache/version'
2
-
3
- # Load the defaults
4
-
5
- #
6
- # Default class
7
- #
8
- module SensuPluginsApache
9
- class << self
10
- end
11
-
12
- class << self
13
- end
14
- end
@@ -1,28 +1,11 @@
1
1
  require 'json'
2
2
 
3
- # encoding: utf-8
4
3
  module SensuPluginsApache
5
- # This defines the version of the gem
6
4
  module Version
7
5
  MAJOR = 0
8
6
  MINOR = 0
9
- PATCH = 1
7
+ PATCH = 2
10
8
 
11
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
12
-
13
- NAME = 'sensu-plugins-apache'
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
10
  end
28
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-apache
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-04-29 00:00:00.000000000 Z
33
+ date: 2015-06-02 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 the apache webserver
176
176
  email: "<sensu-users@googlegroups.com>"
177
- executables: []
177
+ executables:
178
+ - metrics-apache-graphite.rb
178
179
  extensions: []
179
180
  extra_rdoc_files: []
180
181
  files:
@@ -188,9 +189,11 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-apache
188
189
  licenses:
189
190
  - MIT
190
191
  metadata:
191
- maintainer: ''
192
- development_status: unmaintained
193
- production_status: unstable - testing reccomended
192
+ maintainer: sensu-plugin
193
+ development_status: active
194
+ production_status: unstable - testing recommended
195
+ release_draft: 'false'
196
+ release_prerelease: 'false'
194
197
  post_install_message: You can use the embedded Ruby by setting EMBEDDED_RUBY=true
195
198
  in /etc/default/sensu
196
199
  rdoc_options: []
metadata.gz.sig CHANGED
Binary file