Skip to content

Commit

Permalink
God should now notify when nginx fails to respond with a non-error st…
Browse files Browse the repository at this point in the history
…atus.
  • Loading branch information
pauldowman committed Oct 19, 2009
1 parent 39a0cd7 commit 41f8772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/files/etc/god/web.god
Expand Up @@ -18,6 +18,7 @@ God.watch do |w|
c.code_is_not = 200 c.code_is_not = 200
c.timeout = 5.seconds c.timeout = 5.seconds
c.times = [3, 5] # 3 out of 5 intervals c.times = [3, 5] # 3 out of 5 intervals
c.notify = {:contacts => ['default'], :category => "RAILS_ENV=#{Ec2onrails::Utils.rails_env}"}
end end
end end
end end

0 comments on commit 41f8772

Please sign in to comment.