sensu-plugins-nginx 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e778dbeff021b21812d03b6a3f4cc0b612bc6708
4
- data.tar.gz: 79ffe39c6dfb796ac2242edd2346e04578786eee
3
+ metadata.gz: 0cc0a2122ad36a866b456269567c28e1dc90afc4
4
+ data.tar.gz: 50cd2bb952354c97cb18d67f025df1e0ea8bd113
5
5
  SHA512:
6
- metadata.gz: b9022ff5167a1311f7863de9c78157472e0e876a81e7554159d050b0d3fde0af8c3e65b6750f3614deaceee5a2d146b25c415d5a901d6285f31978595634ab7b
7
- data.tar.gz: 73d0aba1c0e65ae5a26f1cf2898ce33f57fe09c46731fba709739970c574daa9b0f51bec1d57e034f559711d9e328b8cb363b5a6e8e24e700f9db6c140152fbf
6
+ metadata.gz: 360688aff8cf8a453d4bdf43b4e01dd1d79a82abfe8742247691aab97f5a60dd3b4d332861a9c77c3cee8209f4ed65647f6ddead4301da878d6cb6d035511371
7
+ data.tar.gz: 66e1dd76f5ebcbaa0a6e906176ca593671df034a9c748a140ce5f36627542f38172498cb5a03517389de5c4e07aa85e546292dd95cc888bdafa2cb5fe30f8c42
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -6,6 +6,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6
6
  ## Unreleased
7
7
  -nothing
8
8
 
9
+ ## [0.0.6] - 2015-08-04
10
+ ### Changed
11
+ - add gem description
9
12
 
10
13
  ## [0.0.5] - 2015-07-15
11
14
  - bump version due to wrong file name, no code changes
@@ -2,7 +2,7 @@ module SensuPluginsNginx
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 5
5
+ PATCH = 6
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
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-07-15 00:00:00.000000000 Z
33
+ date: 2015-08-05 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -172,7 +172,9 @@ dependencies:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0.8'
175
- description: Sensu plugins for the NGINX server
175
+ description: |-
176
+ This plugin provides native nginx instrumentation
177
+ for metrics collection, including: metrics via `stub_status`
176
178
  email: "<sensu-users@googlegroups.com>"
177
179
  executables:
178
180
  - nginx-metrics.rb
@@ -213,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
215
  version: '0'
214
216
  requirements: []
215
217
  rubyforge_project:
216
- rubygems_version: 2.4.6
218
+ rubygems_version: 2.4.8
217
219
  signing_key:
218
220
  specification_version: 4
219
221
  summary: Sensu plugins for the NGINX server
metadata.gz.sig CHANGED
Binary file