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

chef-jabber-paste-snitch

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chef-jabber-paste-snitch

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source
  • Install

: gem install chef-jabber-snitch

  • Usage

** Configure Chef to Use The Handler

Append the following to your Chef client configs, usually at =/etc/chef/client.rb=

: # Notify admins via IRC when a Chef run fails : require 'chef-jabber-snitch' : : jabber_user = "alice@gmail.com" : jabber_password = "password" : jabber_server = "talk.google.com" : jabber_to = "bob@gmail.com" : github_user = "foobar" : github_token = "asKkwqofovX3shBmtMf8EWhDzSr7ouUb" : : jabber_handler = JabberSnitch.new(jabber_user, jabber_password, jabber_to, github_user, github_token, jabber_server) : exception_handlers << jabber_handler

FAQs

Package last updated on 01 Oct 2013

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