Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Commit

Permalink
Refactored according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
ppp0 committed Jun 23, 2014
1 parent 7a43786 commit 4f3ca77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gemspec
gemspec
2 changes: 0 additions & 2 deletions lib/bipbip/plugin/monit.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require 'monit'
#class MonitStatus < Monit::Status
#end

module Bipbip

Expand Down
2 changes: 1 addition & 1 deletion spec/bipbip/plugin/monit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

describe Bipbip::Plugin::Monit do
let(:plugin) {
Bipbip::Plugin::Monit.new('monit', {'host' => "10.10.20.2", 'auth' => false}, 10)
Bipbip::Plugin::Monit.new('monit', {'host' => "127.0.0.1", 'auth' => false}, 10)
}

it 'should collect data' do
Expand Down

0 comments on commit 4f3ca77

Please sign in to comment.