New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graylog2-resque

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graylog2-resque

  • 0.5.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

graylog2-resque

This gem is a failure handler plugin for Resque that sends resque failures to graylog2

Install

gem install graylog2-resque

or add to your Gemfile

To use

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

Author

Matt Conway :: matt@conwaysplace.com :: @mattconway

Copyright (c) 2012 Matt Conway. See LICENSE for details.

FAQs

Package last updated on 20 Feb 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc