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
  • Loading branch information
Sam Kottler committed Jul 16, 2014
1 parent 13e4f33 commit 63244ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-sensu/metadata.rb
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-sensu/recipes/base.rb
Expand Up @@ -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

Expand Down

0 comments on commit 63244ff

Please sign in to comment.