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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 983e979d18b7
Choose a base ref
...
head repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 145c4b340811
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 30, 2014

  1. Small typo

    JonathanTron committed Jun 30, 2014

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    31242fb View commit details
  2. Merge pull request #4 from JonathanTron/patch-1

    Small typo
    dwradcliffe committed Jun 30, 2014
    Copy the full SHA
    145c4b3 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 cookbooks/rubygems-sensu/recipes/base.rb
2 changes: 1 addition & 1 deletion cookbooks/rubygems-sensu/recipes/base.rb
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
handlers ['slack']
subscribers ['all']
interval 30
additional(notifcation: 'collectd is not running', occurences: 3)
additional(notification: 'collectd is not running', occurences: 3)
end

sensu_check 'check_ssh' do