sensu-plugins-barman-checks 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: 4df5e979e193f81bfb4ac5a5dd83cd705a18cf33
4
- data.tar.gz: 947aa108e79831daca10d7c47ea7a5305c00bdb4
3
+ metadata.gz: daecdff7dc4c470c8666cb281c1c6d1b0b46bb09
4
+ data.tar.gz: 70b3c3b5262d559cbcfff0f10a0086b20c756a44
5
5
  SHA512:
6
- metadata.gz: f72757bd3332be66d4208fb49375044b714f08fafd3971d69d8d4f06a3295817149c7526881ae9876058d561cc7a5c5bd43bae3907d1f28e964d7908c80fc6e4
7
- data.tar.gz: 238230be8b3f1c022be0c855f472074877f231c8e899b34d032d952d56558d1c90ce8172eaf391ff99fcf86e90071a2c8daec0e2ec3754bb74c3f7cef43a0e0e
6
+ metadata.gz: 0eaba82aed8a591915df6db942354855e6a19053537f518b7d683710049bf8ccbb45ba45490364d4fdb03f78c2d64c3d4b1e8c6b0800a3d5773ad437fc8d8677
7
+ data.tar.gz: 817decc9332870a7b3c5b9935577f945ad25c622d4057eabff29b720b749ff243b98f05b4ad5191b9ab1e3320f8483381f3127f2f3e88009a33dd87b1c914a35
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## 0.0.2 - 2016-11-30
9
+ ### Fixed
10
+ - Use require relative to include CheckBarmanBackupStatus class
11
+
8
12
  ## 0.0.1 - 2016-11-29
9
13
  ### Added
10
14
  - Added barman backup age check
@@ -23,7 +23,7 @@
23
23
  # Released under the same terms as Sensu (the MIT license); see LICENSE
24
24
  # for details.
25
25
 
26
- require './check-barman-backup-status-class'
26
+ require_relative './check-barman-backup-status-class'
27
27
  require 'sudo'
28
28
 
29
29
  # Wrapper around the actual check class since barman requires root or the barman user
@@ -2,7 +2,7 @@ module SensuPluginsBarmanChecks
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
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-barman-checks
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
  - Scott Brimhall
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-11-29 00:00:00.000000000 Z
12
+ date: 2016-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sensu-plugin