This gem is a failure handler plugin for Resque that sends resque failures to graylog2
gem install graylog2-resque
or add to your Gemfile
Graylog2::Resque::FailureHandler.configure do |config|
# required
config.gelf_server = "server"
config.gelf_port = "port"
# optional
# config.host = "myhost"
# config.facility = "rails_worker_exceptions"
# config.level = GELF::FATAL
# config.max_chunk_size = 'LAN'
end
Matt Conway :: matt@conwaysplace.com :: @mattconway
Copyright (c) 2012 Matt Conway. See LICENSE for details.