{"id":19399399,"url":"https://github.com/errbit/hoptoad_zmq_notifier","last_synced_at":"2025-07-08T23:36:07.470Z","repository":{"id":136247711,"uuid":"1397672","full_name":"errbit/hoptoad_zmq_notifier","owner":"errbit","description":"Hoptoad Notifier extension making hoptoad client speak to server via 0MQ socket.","archived":false,"fork":false,"pushed_at":"2011-03-29T11:39:43.000Z","size":809,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-07T11:30:53.197Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/oruen/hoptoad_zmq_notifier","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/errbit.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-22T13:53:30.000Z","updated_at":"2022-10-20T09:35:30.000Z","dependencies_parsed_at":"2023-03-10T19:41:39.536Z","dependency_job_id":null,"html_url":"https://github.com/errbit/hoptoad_zmq_notifier","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbit%2Fhoptoad_zmq_notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbit%2Fhoptoad_zmq_notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbit%2Fhoptoad_zmq_notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbit%2Fhoptoad_zmq_notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errbit","download_url":"https://codeload.github.com/errbit/hoptoad_zmq_notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240572490,"owners_count":19822669,"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-11-10T11:09:16.691Z","updated_at":"2025-02-24T23:24:27.973Z","avatar_url":"https://github.com/errbit.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Hoptoad 0MQ Notifier\n\nHoptoad notifier extension for speaking to the server over 0mq socket.\n  \nOne should use this library to speak to Errbit server extended by Errbit 0MQ Handler (https://github.com/oruen/errbit_zmq_handler)\n\nAdvantage of using Hoptoad 0MQ Notifier is async notices sending. You no longer block your app flow with requests to exception handling server.\n0MQ does all that stuff.\n\n== Requirements\n\nRuby 1.9 or JRuby. ffi-rzmq is not working with MRI (and REE) 1.8.7.\n\n== Installation\n\nInstall zeromq 2.1 from http://www.zeromq.org/ or your favorite package system.\n\nInstall the gem:\n\n  gem install hoptoad_zmq_notifier\n\n== Usage\n\nIn the same initializer you initialize your Hoptoad Notifier client:\n  # Your Errbit server config. Only api_key is still relevant.\n  HoptoadNotifier.configure do |config|\n     config.api_key = 'ba134e3c7fab581e8685cde0a5e68728'\n     config.host    = 'localhost'\n     config.port    = 3000\n  end\n  \n  # 0MQ notifier config\n  HoptoadZmqNotifier.configure do |config|\n    # Address to connect to send exception notifications \n    config.uri = \"tcp://127.0.0.1:9998\"\n  end\n\nFrom now all notices will be send through 0MQ socket to address you defined.\n\n== License\n\nHoptoadZmqNotifier is Copyright © 2011 oruen. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrbit%2Fhoptoad_zmq_notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrbit%2Fhoptoad_zmq_notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrbit%2Fhoptoad_zmq_notifier/lists"}