{"id":13782229,"url":"https://github.com/portertech/chef-irc-snitch","last_synced_at":"2025-04-30T17:09:00.493Z","repository":{"id":62555569,"uuid":"1822654","full_name":"portertech/chef-irc-snitch","owner":"portertech","description":"An exception handler for OpsCode Chef runs, GitHub Gist \u0026 IRC.","archived":false,"fork":false,"pushed_at":"2012-07-08T19:14:13.000Z","size":184,"stargazers_count":21,"open_issues_count":3,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T17:08:55.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/portertech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-05-30T18:09:08.000Z","updated_at":"2023-08-13T14:36:31.000Z","dependencies_parsed_at":"2022-11-03T05:45:30.326Z","dependency_job_id":null,"html_url":"https://github.com/portertech/chef-irc-snitch","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/portertech%2Fchef-irc-snitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/portertech%2Fchef-irc-snitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/portertech%2Fchef-irc-snitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/portertech%2Fchef-irc-snitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/portertech","download_url":"https://codeload.github.com/portertech/chef-irc-snitch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251748950,"owners_count":21637418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:01:34.255Z","updated_at":"2025-04-30T17:09:00.440Z","avatar_url":"https://github.com/portertech.png","language":"Ruby","funding_links":[],"categories":["Chef handlers"],"sub_categories":["Resources - Application configuration"],"readme":"# Chef IRC Snitch\n\nChef IRC Snitch is an OpsCode Chef exception handler for notifying\npeople when a Chef run fails via IRC; providing a link to a private\nGitHub Gist containing node information, an exception message, and a\nbacktrace. The IRC message also includes the node name and its run\nlist, making it possible to sift/search through logs for a specific\nfailure. Using GitHub Gists to store failure information provides a\nconvenient way to share with others.\n\n## Installation\n\n    gem install chef-irc-snitch\n\n## Usage\n\nAppend the following to your Chef client configs, usually at `/etc/chef/client.rb`\n\n    # Notify admins via IRC when a Chef run fails\n    require \"chef-irc-snitch\"\n\n    irc_uri = \"irc://nick:password@irc.domain.com:6667/#admins\"\n    enable_ssl = true\n\n    irc_handler = IRCSnitch.new(irc_uri, enable_ssl)\n\n    exception_handlers \u003c\u003c irc_handler\n\nAlternatively, you can use the LWRP (available @\nhttp://community.opscode.com/cookbooks/chef_handler)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fportertech%2Fchef-irc-snitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fportertech%2Fchef-irc-snitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fportertech%2Fchef-irc-snitch/lists"}