sensu-plugins-postgres 0.0.6 → 0.0.7

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: 7432563f70c59b745e34559e6d58844600a547b1
4
- data.tar.gz: fbfd4cdbd878c065217450e3eb55f1bcf88f72e7
3
+ metadata.gz: adb857fda5bcaefb9bcf5f04a7316cbf2f4d7723
4
+ data.tar.gz: e05d3fb3039907c3b42c834fa4505e75f8814df0
5
5
  SHA512:
6
- metadata.gz: ac24ac7ab6da0069be23a23fb2b5b73372be1c97da058c18c86730cff23bce6fd3707be6fb8f0ab116ba7b1fde6880acf563111d951b6396ab11e6af635bb18c
7
- data.tar.gz: 46cb43f2a13a044a0f8e86c7bd4d2ac7567784ce83e6cb7ae5b42cd659e5a841dc5c58cbb71d1293e15981ee49f926b7411e9e92594352b4a47c1b5df8d66005
6
+ metadata.gz: 2f2b1e0f0586e4f4cdd2d9d1d53151e95928ac205d02f1d59cffe41b4a9c63408ddab8f57bf72d9c8b884a3308865cf2c54e4e6bedc7ad3270e4df3239da1ff6
7
+ data.tar.gz: d92c8d00ec7629c62f314a9d538f618438aaa594e2811f0765181a70d5ffd62213fa976c8705ff9c46df44b24b77afad536b84b77355f2a5387f67722ae47c8a
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
+ ## Unreleased
7
+
8
+ ## [0.0.7] - 2015-12-10
9
+ ### Changed
10
+ - fixed [ -S | -ssl ] short option
11
+
6
12
  ## [0.0.6] - 2015-10-08
7
13
  ### Changed
8
14
  - standardized headers
@@ -57,7 +57,7 @@ class CheckPostgresReplicationStatus < Sensu::Plugin::Check::CLI
57
57
  description: 'Database PASSWORD')
58
58
 
59
59
  option(:ssl,
60
- short: '-s',
60
+ short: '-S',
61
61
  long: '--ssl',
62
62
  boolean: true,
63
63
  description: 'Require SSL')
@@ -2,7 +2,7 @@ module SensuPluginsPostgres
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 6
5
+ PATCH = 7
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-postgres
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
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-10-08 00:00:00.000000000 Z
33
+ date: 2015-12-10 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
@@ -201,7 +201,7 @@ dependencies:
201
201
  - !ruby/object:Gem::Version
202
202
  version: '0.8'
203
203
  description: |-
204
- This plugin provides native PostrgreSQL
204
+ This plugin provides native PostgreSQL
205
205
  instrumentation for monitoring and metrics
206
206
  collection, including: service health, database
207
207
  connectivity, database locks, replication status,
metadata.gz.sig CHANGED
Binary file