Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Use the right omnibus package for the collectd check
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 30, 2014
1 parent 4038811 commit 94ee106
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -263,7 +263,7 @@ GRAPH
aptly (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-ruby (0.0.1)
rubygems-sensu (0.0.53)
rubygems-sensu (0.0.54)
chef-vault (>= 0.0.0)
sensu (>= 0.0.0)
rubygems-ssh (0.0.3)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-sensu/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-sensu'
maintainer 'RubyGems.org ops team'

version '0.0.53'
version '0.0.54'

depends 'chef-vault'
depends 'sensu'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-sensu/recipes/base.rb
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
end

sensu_check 'check_collectd_proc' do
command "/opt/chef/embedded/bin/ruby /etc/sensu/plugins/check-procs.rb -p 'collectd -C /etc/collectd/collectd.conf'"
command "/opt/sensu/embedded/bin/ruby /etc/sensu/plugins/check-procs.rb -p 'collectd -C /etc/collectd/collectd.conf'"
handlers ['slack']
subscribers ['all']
interval 30

0 comments on commit 94ee106

Please sign in to comment.