Skip to content

Instantly share code, notes, and snippets.

@rafmagana
Created July 12, 2010 01:03
Show Gist options
  • Save rafmagana/472002 to your computer and use it in GitHub Desktop.
Save rafmagana/472002 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'prowly'
Prowly.notify do |n|
n.apikey = "your_apikey_here"
n.priority = Prowly::Notification::Priority::MODERATE
n.application = "My Site"
n.event = "Alert"
n.description = "Something went wrong!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment