webhook.rb

Path: lib/god/contacts/webhook.rb
Last Update: Sun Jun 13 11:45:39 +0000 2010

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]