Skip to content

Commit

Permalink
Define collectd plugins separately for Bluebox.
Browse files Browse the repository at this point in the history
As CPUs show up for the vserver host, it's safe to remove them.
They won't give us anything meaningful in this case.
  • Loading branch information
roidrage committed Mar 1, 2013
1 parent 5e5deaf commit 7c658f7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion worker_host/travis_worker_collectd/recipes/bluebox.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
include_recipe "travis_worker_collectd"
require_recipe 'collectd'

collectd_plugin "load"

collectd_plugin "memory"

collectd_plugin "interface" do
options :interface => "lo", :ignore_selected => true
end

collectd_plugin "df" do
options :mount_point => "/",
Expand Down

0 comments on commit 7c658f7

Please sign in to comment.