{"id":45686524,"url":"https://github.com/eslupmi/impulse","last_synced_at":"2026-02-24T15:01:13.818Z","repository":{"id":242335726,"uuid":"809055639","full_name":"eslupmi/impulse","owner":"eslupmi","description":"ChatOps Incident Management Platform","archived":false,"fork":false,"pushed_at":"2026-02-16T21:08:41.000Z","size":1354,"stargazers_count":83,"open_issues_count":18,"forks_count":6,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2026-02-17T02:09:52.402Z","etag":null,"topics":["alerting","alertmanager","alerts","incident","mattermost","oncall","prometheus","slack","telegram"],"latest_commit_sha":null,"homepage":"https://docs.impulse.bot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eslupmi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-01T15:02:50.000Z","updated_at":"2026-02-16T20:55:29.000Z","dependencies_parsed_at":"2024-07-17T10:49:32.888Z","dependency_job_id":"534ad5b9-75b7-4557-803f-1e30c8ed3b4c","html_url":"https://github.com/eslupmi/impulse","commit_stats":null,"previous_names":["ditsi/impulse","eslupmi/impulse"],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/eslupmi/impulse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslupmi%2Fimpulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslupmi%2Fimpulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslupmi%2Fimpulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslupmi%2Fimpulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eslupmi","download_url":"https://codeload.github.com/eslupmi/impulse/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslupmi%2Fimpulse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29786978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["alerting","alertmanager","alerts","incident","mattermost","oncall","prometheus","slack","telegram"],"created_at":"2026-02-24T15:01:11.261Z","updated_at":"2026-02-24T15:01:13.816Z","avatar_url":"https://github.com/eslupmi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cimg alt=\"IMPulse\" src=\"logo.svg\" width=\"50\"\u003e IMPulse\u003c/h1\u003e\n\n[![Version](https://img.shields.io/github/v/release/eslupmi/impulse?sort=semver\u0026label=\u0026color=555\u0026logo=github)](https://github.com/eslupmi/impulse/releases)\n[![Container](https://img.shields.io/badge/-ghcr.io%2Feslupmi%2Fimpulse-gray?logo=docker)](https://ghcr.io/eslupmi/impulse)\n[![Community Helm](https://img.shields.io/badge/-community-gray?style=flat\u0026logo=helm)](https://artifacthub.io/packages/helm/impulse/impulse)\n\n[![Sonar](https://sonarcloud.io/api/project_badges/measure?project=eslupmi_impulse\u0026metric=alert_status\u0026label=)](https://sonarcloud.io/dashboard?id=eslupmi_impulse)\n\n\u003cdiv align=\"center\"\u003e\u003cimg src=\"https://github.com/eslupmi/site/blob/main/static/ui.png?raw=true\" width=\"700\"\u003e\u003c/div\u003e\n\nVisit [docs.impulse.bot](https://docs.impulse.bot) for the full documentation.\n\n## Features\n\n- Mattermost, Slack, Telegram integrations\n- Jira integration\n- [Freeze](https://docs.impulse.bot/latest/buttons/#freeze) mechanism to pause incident update and silence\n- Powerful [webhooks](https://docs.impulse.bot/stable/config_file/#webhooks) for Twilio, Instatus and other third-party integrations\n- [Incident lifecycle](https://docs.impulse.bot/stable/concepts/#lifecycle) reduces incidents chaos\n- Scheduling using providers like Google Calendar via [cloud chains](https://docs.impulse.bot/stable/config_file/#cloud-chain)\n- Support for [nested chains](https://docs.impulse.bot/stable/config_file/#nested-chain) with unlimited depth\n- Flexible [message structure](https://docs.impulse.bot/stable/concepts/#structure) you can modify\n- Customizable [UI](https://docs.impulse.bot/stable/ui) with multi-column sorting and advanced filtering capabilities\n\n## Quick Start\n\nRun without messenger integration:\n\n```bash\n# Prepare \"impulse\" directory\ngit clone https://github.com/eslupmi/impulse.git impulse.bak\nmkdir -p impulse/config impulse/data\ncp impulse.bak/examples/docker-compose.yml impulse/docker-compose.yml\ncp impulse.bak/examples/impulse.none.yml impulse/config/impulse.yml\nrm -rf impulse.bak\n\n# Replace \"\u003crelease_tag\u003e\" with the latest stable Docker tag\ntag=$(git ls-remote --tags https://github.com/eslupmi/impulse.git | awk -F/ '{print $NF}' | tail -n1)\nsed -i \"s|\u003crelease_tag\u003e|$tag|\" impulse/docker-compose.yml\n\n# Run IMPulse without messenger integration\ncd impulse\ndocker compose up\n```\n\nNow IMPulse is available at http://localhost:5000/.\n\nYou can try to send a test alert with:\n\n```bash\ncurl -XPOST -H \"Content-Type: application/json\" http://localhost:5000/ -d '{\"receiver\":\"webhook-alerts\",\"status\":\"firing\",\"alerts\":[{\"status\":\"firing\",\"labels\":{\"alertname\":\"InstanceDown4\",\"instance\":\"localhost:9100\",\"job\":\"node\",\"severity\":\"warning\"},\"annotations\":{\"summary\":\"Instanceunavailable\"},\"startsAt\":\"2024-07-28T19:26:43.604Z\",\"endsAt\":\"0001-01-01T00:00:00Z\",\"generatorURL\":\"http://eva:9090/graph?g0.expr=up+%3D%3D+0\u0026g0.tab=1\",\"fingerprint\":\"a7ddb1de342424cb\"}],\"groupLabels\":{\"alertname\":\"InstanceDown\"},\"commonLabels\":{\"alertname\":\"InstanceDown\",\"instance\":\"localhost:9100\",\"job\":\"node\",\"severity\":\"warning\"},\"commonAnnotations\":{\"summary\":\"Instanceunavailable\"},\"externalURL\":\"http://eva:9093\",\"version\":\"4\",\"groupKey\":\"{}:{alertname=\\\"InstanceDown\\\"}\",\"truncatedAlerts\":0}'\n```\n\nSee [documentation](https://docs.impulse.bot) and the Slack [example](https://github.com/eslupmi/impulse/blob/develop/examples/impulse.slack.yml) to configure IMPulse for your messenger.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feslupmi%2Fimpulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feslupmi%2Fimpulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feslupmi%2Fimpulse/lists"}