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

Commit

Permalink
Run ntp offset check less often
Browse files Browse the repository at this point in the history
Sam Kottler committed Jul 16, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 13e4f33 commit 63244ff
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
@@ -277,7 +277,7 @@ GRAPH
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-ruby (0.0.1)
rubygems-sensu (0.0.60)
rubygems-sensu (0.0.61)
chef-vault (>= 0.0.0)
sensu (>= 0.0.0)
rubygems-ssh (0.0.4)
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.60'
version '0.0.61'

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
@@ -64,7 +64,7 @@
command '/usr/lib/nagios/plugins/check_ntp_time -H localhost'
handlers ['slack']
subscribers ['all']
interval 30
interval 120
additional(notification: 'NTP is out of sync', occurences: 3)
end

0 comments on commit 63244ff

Please sign in to comment.