axial_notifier
Send exception notifications to the axially.net service.
Usage
Installation
config.gem axial_notifier in Rails
OR
gem axial_notifier with Bundler
Configure
We use the syslog service already running on your system. We will configure it to send messages from the local7 facility. Edit /etc/syslog.conf (or your system's syslog configuration) adding:
local7.* @axially.net:5140
In your environment configure your api_key:
AxialNotifier.configure do |config|
config.api_key = 'abcdefg12345'
config.environment = 'production'
end
If you do not set the environment you would like, we default to 'development'.
Copyright
Copyright (c) 2009 Tony Pitale released under the MIT license