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

Commit

Permalink
relax apt checking a little bit
Browse files Browse the repository at this point in the history
dwradcliffe committed Aug 14, 2015
1 parent bf97b0b commit bd83253
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -308,7 +308,7 @@ GRAPH
rubygems (>= 0.0.0)
rubygems-ruby (0.0.6)
apt (>= 0.0.0)
rubygems-sensu (0.1.44)
rubygems-sensu (0.1.45)
build-essential (>= 0.0.0)
chef-vault (>= 0.0.0)
dnsimple (>= 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.1.44'
version '0.1.45'

depends 'build-essential'
depends 'chef-vault'
4 changes: 2 additions & 2 deletions cookbooks/rubygems-sensu/recipes/base.rb
Original file line number Diff line number Diff line change
@@ -35,8 +35,8 @@
command '/etc/sensu/plugins/check_apt.sh'
handlers ['slack']
subscribers ['all']
interval 60
additional(occurrences: 2)
interval 120
additional(occurrences: 30)
end

sensu_check 'check_ntp_time' do

0 comments on commit bd83253

Please sign in to comment.