riemann-babbler 0.1.6 → 0.1.7

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.
@@ -31,6 +31,7 @@ class Riemann::Babbler::Net
31
31
  @diff = Hash.new
32
32
  f.split("\n").each do |line|
33
33
  iface = line.split(":")[0].strip
34
+ iface.gsub!(/\./,"_")
34
35
  next unless line =~ /(\w*)\:\s*([\s\d]+)\s*/
35
36
  WORDS.map do |service|
36
37
  "#{plugin.service} #{iface} #{service}"
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  module Babbler
3
- VERSION = '0.1.6'
3
+ VERSION = '0.1.7'
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: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: