{"id":13489630,"url":"https://github.com/crazy-max/rocketchat-uptimerobot","last_synced_at":"2025-03-28T05:31:06.034Z","repository":{"id":148251345,"uuid":"112406050","full_name":"crazy-max/rocketchat-uptimerobot","owner":"crazy-max","description":"Uptime Robot integration for Rocket.Chat ","archived":true,"fork":false,"pushed_at":"2021-03-11T23:55:58.000Z","size":86,"stargazers_count":34,"open_issues_count":0,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T03:33:51.690Z","etag":null,"topics":["rocketchat","uptimerobot","webhook"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/crazy-max.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"crazy-max","custom":"https://www.paypal.me/crazyws"}},"created_at":"2017-11-29T00:36:56.000Z","updated_at":"2023-01-28T10:09:21.000Z","dependencies_parsed_at":"2023-05-25T12:45:25.251Z","dependency_job_id":null,"html_url":"https://github.com/crazy-max/rocketchat-uptimerobot","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/crazy-max%2Frocketchat-uptimerobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Frocketchat-uptimerobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Frocketchat-uptimerobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Frocketchat-uptimerobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazy-max","download_url":"https://codeload.github.com/crazy-max/rocketchat-uptimerobot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978200,"owners_count":20703675,"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":["rocketchat","uptimerobot","webhook"],"created_at":"2024-07-31T19:00:32.088Z","updated_at":"2025-03-28T05:31:05.634Z","avatar_url":"https://github.com/crazy-max.png","language":"JavaScript","funding_links":["https://github.com/sponsors/crazy-max","https://www.paypal.me/crazyws"],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg height=\"128\" src=\"https://github.com/crazy-max/rocketchat-uptimerobot/blob/master/res/rocketchat-uptimerobot.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/sponsors/crazy-max\"\u003e\u003cimg src=\"https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github\u0026style=flat-square\" alt=\"Become a sponsor\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.paypal.me/crazyws\"\u003e\u003cimg src=\"https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal\u0026style=flat-square\" alt=\"Donate Paypal\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## :warning: Abandoned project\n\nThis project is not maintained anymore and is abandoned. Feel free to fork and make your own changes if needed.\n\nThanks to everyone for their valuable feedback and contributions.\n\n## About\n\nAdd [Uptime Robot](https://uptimerobot.com) notifications via a new WebHook in Rocket.Chat.\n\n## Receive alerts\n\n- Create a new **Incoming WebHook** in Administration \u003e Integrations\n- Select the channel where you will receive the alerts. You may wish to create a dedicated channel for your notifications.\n- Select an account from which the alerts will be posted. You may wish to create a dedicated account just for notifications.\n- Set the \"Enable Scripts\" option to `True`.\n- Copy content of [uptimerobot-incoming.js](src/uptimerobot-incoming.js) in Script field.\n- Save the integration. This will generate a webhook URL and secret for you.\n- Go to [Uptime Robot -\u003e MySettings](https://uptimerobot.com/dashboard.php#mySettings), add a **new Alert Contact** and select type **Web-Hook**\n- Add the Rocket.Chat webhook URL generated in **URL to notify** field and add a **?** at the end of the URL.\n- Paste the following in the **POST Value (JSON Format)** field :\n\n```json\n{\n  \"monitorID\": \"*monitorID*\",\n  \"monitorURL\": \"*monitorURL*\",\n  \"monitorFriendlyName\": \"*monitorFriendlyName*\",\n  \"alertType\": \"*alertType*\",\n  \"alertTypeFriendlyName\": \"*alertTypeFriendlyName*\",\n  \"alertDetails\": \"*alertDetails*\",\n  \"alertDuration\": \"*alertDuration*\"\n}\n```\n\n- And check **Send as JSON (application/json)**\n\n![Screenshot of messages generated by Uptime Robot integration script](res/screenshot.png)\n\n*Note:* If status is UP, message color is green otherwise it is red.\n\n## How can I help ?\n\nAll kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) :clap: or by making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! :rocket:\n\nThanks again for your support, it is much appreciated! :pray:\n\n## License\n\nMIT. See `LICENSE` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Frocketchat-uptimerobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazy-max%2Frocketchat-uptimerobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Frocketchat-uptimerobot/lists"}