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

Commit

Permalink
install postgres client for sensu checks
Browse files Browse the repository at this point in the history
dwradcliffe committed Oct 22, 2014
1 parent d8ca636 commit b4423f5
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -278,7 +278,7 @@ GRAPH
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-ruby (0.0.3)
rubygems-sensu (0.0.99)
rubygems-sensu (0.0.100)
build-essential (>= 0.0.0)
chef-vault (>= 0.0.0)
cpan (>= 0.0.0)
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.99'
version '0.0.100'

depends 'build-essential'
depends 'chef-vault'
2 changes: 2 additions & 0 deletions cookbooks/rubygems-sensu/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -34,6 +34,8 @@

package 'nagios-plugins'

package 'postgresql-client'

%w( check-procs.rb check_postgres.pl check_memcached.pl ).each do |plugin|
cookbook_file "/etc/sensu/plugins/#{plugin}" do
source plugin
2 changes: 1 addition & 1 deletion environments/common.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"rubygems-people": "= 0.0.29",
"rubygems-redis": "= 0.0.5",
"rubygems-repo": "= 0.0.26",
"rubygems-sensu": "= 0.0.99",
"rubygems-sensu": "= 0.0.100",
"rubygems-ssh": "= 0.0.5",
"rubygems-utility": "= 0.0.8",
"dnsimple": "= 0.5.5"
2 changes: 1 addition & 1 deletion environments/production.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"rubygems-people": "= 0.0.29",
"rubygems-redis": "= 0.0.5",
"rubygems-repo": "= 0.0.26",
"rubygems-sensu": "= 0.0.99",
"rubygems-sensu": "= 0.0.100",
"rubygems-ssh": "= 0.0.5",
"rubygems-utility": "= 0.0.8",
"dnsimple": "= 0.5.5"
2 changes: 1 addition & 1 deletion environments/staging.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"rubygems-people": "= 0.0.29",
"rubygems-redis": "= 0.0.5",
"rubygems-repo": "= 0.0.26",
"rubygems-sensu": "= 0.0.99",
"rubygems-sensu": "= 0.0.100",
"rubygems-ssh": "= 0.0.5",
"rubygems-utility": "= 0.0.8",
"dnsimple": "= 0.5.5"

0 comments on commit b4423f5

Please sign in to comment.