webhook.rb

Path: lib/god/contacts/webhook.rb
Last Update: Tue Feb 01 11:09:42 +0000 2011

Configure your watches like this:

  God.contact(:webhook) do |c|
    c.name      = 'Tester'
    c.hook_url  = 'http://hook/url'
  end

Required files

net/http   uri  

[Validate]