{"id":13800673,"url":"https://github.com/synlay/lager_hipchat","last_synced_at":"2025-03-16T21:16:18.494Z","repository":{"id":6814071,"uuid":"8062053","full_name":"synlay/lager_hipchat","owner":"synlay","description":"HipChat backend for lager","archived":false,"fork":false,"pushed_at":"2017-01-08T22:26:34.000Z","size":860,"stargazers_count":7,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-03-15T19:45:43.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/synlay.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":"2013-02-06T22:54:33.000Z","updated_at":"2022-08-26T02:44:57.000Z","dependencies_parsed_at":"2022-09-26T18:00:40.789Z","dependency_job_id":null,"html_url":"https://github.com/synlay/lager_hipchat","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synlay%2Flager_hipchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synlay%2Flager_hipchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synlay%2Flager_hipchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synlay%2Flager_hipchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synlay","download_url":"https://codeload.github.com/synlay/lager_hipchat/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243784101,"owners_count":20347409,"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-04T00:01:14.977Z","updated_at":"2025-03-16T21:16:18.471Z","avatar_url":"https://github.com/synlay.png","language":"Erlang","readme":"Overview\n============\n\nThis is a HipChat backend for [Lager](https://github.com/basho/lager) which lets you send Lager logs to HipChat rooms and optionally mention users.\n\n[![Build Status](https://travis-ci.org/synlay/lager_hipchat.svg?branch=develop)](https://travis-ci.org/synlay/lager_hipchat) [![Coverage Status](https://coveralls.io/repos/github/synlay/lager_hipchat/badge.svg?branch=develop)](https://coveralls.io/github/synlay/lager_hipchat?branch=develop) [![Hex.pm](https://img.shields.io/hexpm/v/lager_hipchat.svg)](https://hex.pm/packages/lager_hipchat) [![GitHub license](https://img.shields.io/github/license/synlay/lager_hipchat.svg)](https://github.com/synlay/lager_hipchat)\n\n##Configuration\nConfigure a Lager handler like this:\n\n\t{lager_hipchat_backend, [AuthToken, RoomId, Sender, Color, Mentions, Notify, Level, RetryTimes, RetryInterval]}\n\t\n* __AuthToken__ - This is your unique authentication token issued by HipChat to send messages through the HTTP API\n* __RoomId__ - The RoomId as specified on the HipChat settings web page\n* __Sender__ - The sender's name (e.g. \"lager_hipchat\")\n* __Color__ - The background color for a message. Possible values are \"yellow\", \"red\", \"green\", \"purple\", \"gray\", and \"random\".\n* __Mentions__ - The users to mention in messages (e.g. [bob, \"alice\"])\n* __Notify__ - Specifies if the message should trigger a notification for people in the room (true or false)\n* __Level__ - The lager level at which the backend accepts messages (e.g. using ‘info’ will send all messages at info level and above to the HipChat room)\n* __RetryTimes__ - The maximum number of connection attempts\n* __RetryInterval__ - The number of seconds between connection attempts, i.e. RetryTimes 5 and RetryInterval 3 means that it will try a maximum of 5 times with 3 seconds apart\n\nExample:\n\n\t{lager_hipchat_backend, [\"3a45v433a44...\", \"ErrorLog\", \"lager_hipchat\", red, [bob, \"alice\"], true, error, 5, 3]}\n\nSee [Lager's documentation](https://github.com/basho/lager/blob/master/README.org#configuration) for futher information on handler configuration.\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/synlay/lager_hipchat/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","funding_links":[],"categories":["Logging"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynlay%2Flager_hipchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynlay%2Flager_hipchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynlay%2Flager_hipchat/lists"}