riemann-babbler 1.3.9.4 → 1.3.9.5

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.
@@ -57,7 +57,7 @@ module Riemann
57
57
  end
58
58
  event[:metric] = event[:metric].round(2) if event[:metric].kind_of? Float
59
59
  event[:tags] = options.riemann.tags unless options.riemann.tags.nil?
60
- event[:host] = hostname
60
+ event[:host] = hostname unless event[:host].nil?
61
61
  logger.debug "Report status: #{event.inspect}"
62
62
  riemann << event
63
63
  end
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  class Babbler
3
- VERSION = '1.3.9.4'
3
+ VERSION = '1.3.9.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-babbler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.9.4
4
+ version: 1.3.9.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-11 00:00:00.000000000 Z
12
+ date: 2013-10-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: riemann-client