riemann-bacula 2.0.0 → 2.0.1

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
  SHA256:
3
- metadata.gz: c7c2bdcd4f13414f04163482d874341b8771dbff7ecb84fe2c96d68ec75e8553
4
- data.tar.gz: 22a3eb9612eeec5727e800a915dc534d47978baf7b055425efe0f24c13966c7c
3
+ metadata.gz: a8767711db7ba7e0b8d89ca127b49252a4950a3e36f6d07ece5d5a073f623757
4
+ data.tar.gz: 8bb3e0d0da124c099e3eb33cacb7d66c75a8ffc5319b4e1000e82039396bdbe3
5
5
  SHA512:
6
- metadata.gz: 6cd99cf77b7e0ca07f2d8d4d48f408cdf7a134ff9e2f43ac512e5ddc9b75cc54dda3c120583983a32ca3d1824da2cf68df3ebfd4ded7efd75f6bdb9fbd11d382
7
- data.tar.gz: 6929197169f1a28d3bfcf094120f8adde8a289a2e8cc2f89ca07a1b8659e1757c0f935488de75274d72a21fe9418365eb1d676a1a3b395b6e340d7b3334f2ce8
6
+ metadata.gz: aa96c3698c27416f3ba6210245891d31a5b2a325ea0b735bb3bfc7231d2d4b738c5556524026c3e22f1a62f1d67bf9e618b0fcd3f1d15caf2aa467ef0593125f
7
+ data.tar.gz: 175405939610e4563cd0983f1f5fdc9cdfec73756a6cdb7f11685ff032467afe46e004020f7d64889feb969f29383b83ac35dc71ee63540262c76c679b5d9d4c
data/.github/CODEOWNERS CHANGED
@@ -1 +1 @@
1
- * @opus-codium/core, @opus-codium/vittoria-conseil
1
+ * @opus-codium/core @opus-codium/vittoria-conseil
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v2.0.1](https://github.com/opus-codium/riemann-bacula/tree/v2.0.1) (2022-11-18)
4
+
5
+ [Full Changelog](https://github.com/opus-codium/riemann-bacula/compare/v2.0.0...v2.0.1)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - Fix description of truncated status events [\#10](https://github.com/opus-codium/riemann-bacula/pull/10) ([smortex](https://github.com/smortex))
10
+
3
11
  ## [v2.0.0](https://github.com/opus-codium/riemann-bacula/tree/v2.0.0) (2022-11-14)
4
12
 
5
13
  [Full Changelog](https://github.com/opus-codium/riemann-bacula/compare/v1.2.0...v2.0.0)
@@ -3,7 +3,7 @@
3
3
  module Riemann
4
4
  module Tools # :nodoc:
5
5
  class Bacula
6
- VERSION = '2.0.0'
6
+ VERSION = '2.0.1'
7
7
  end
8
8
  end
9
9
  end
@@ -34,7 +34,7 @@ module Riemann
34
34
  state: bacula_backup_state,
35
35
  job_name: opts[:job_name],
36
36
  backup_level: opts[:backup_level],
37
- description: data['Termination'],
37
+ description: "#{opts[:status]} (#{data['Termination']})",
38
38
  })
39
39
 
40
40
  %i[bytes files].each do |metric|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-bacula
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Romain Tartière
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2022-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: riemann-tools