cloudstack-nagios 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudstack-nagios (0.4.0)
4
+ cloudstack-nagios (0.4.1)
5
5
  erubis (~> 2.7.0)
6
6
  highline (~> 1.6.20)
7
7
  sshkit (~> 1.1.0)
@@ -99,7 +99,6 @@ class Check < CloudstackNagios::Base
99
99
  def network
100
100
  begin
101
101
  host = systemvm_host
102
- raise "arggg"
103
102
  stats_path = "/sys/class/net/#{options[:interface]}/statistics"
104
103
  rx_bytes, tx_bytes = ""
105
104
  on host do |h|
@@ -1,3 +1,3 @@
1
1
  module CloudstackNagios
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstack-nagios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: