{"id":29090574,"url":"https://github.com/systemli/alertmanager-webhook-signal","last_synced_at":"2025-06-28T05:06:03.135Z","repository":{"id":301409579,"uuid":"1007322976","full_name":"systemli/alertmanager-webhook-signal","owner":"systemli","description":"Forward Alertmanager alerts to a Signal group","archived":false,"fork":false,"pushed_at":"2025-06-26T17:54:58.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T18:38:54.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/systemli.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T20:16:03.000Z","updated_at":"2025-06-26T17:54:55.000Z","dependencies_parsed_at":"2025-06-26T18:51:45.235Z","dependency_job_id":null,"html_url":"https://github.com/systemli/alertmanager-webhook-signal","commit_stats":null,"previous_names":["systemli/alertmanager-webhook-signal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/systemli/alertmanager-webhook-signal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemli%2Falertmanager-webhook-signal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemli%2Falertmanager-webhook-signal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemli%2Falertmanager-webhook-signal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemli%2Falertmanager-webhook-signal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/systemli","download_url":"https://codeload.github.com/systemli/alertmanager-webhook-signal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemli%2Falertmanager-webhook-signal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262376658,"owners_count":23301383,"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":"2025-06-28T05:05:54.121Z","updated_at":"2025-06-28T05:06:03.126Z","avatar_url":"https://github.com/systemli.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alertmanager-webhook-signal\n\n[![Integration](https://github.com/systemli/alertmanager-webhook-signal/actions/workflows/integration.yml/badge.svg)](https://github.com/systemli/alertmanager-webhook-signal/actions/workflows/integration.yml) [![Quality](https://github.com/systemli/alertmanager-webhook-signal/actions/workflows/quality.yml/badge.svg)](https://github.com/systemli/alertmanager-webhook-signal/actions/workflows/quality.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=systemli_alertmanager-webhook-signal\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=systemli_alertmanager-webhook-signal) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=systemli_alertmanager-webhook-signal\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=systemli_alertmanager-webhook-signal) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=systemli_alertmanager-webhook-signal\u0026metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=systemli_alertmanager-webhook-signal)\n\nThis service listens for [webhook requests by Alertmanager](https://prometheus.io/docs/alerting/latest/configuration/#webhook_config) and forwards the alerts to a Signal group.\n\nIt requires the [JSON-RPC service of AsamK/signal-cli](https://github.com/AsamK/signal-cli/wiki/JSON-RPC-service) to send messages to Signal.\n\n## Configuration\n\nThe service expects several environment variables to be set. See `.env.example`.\n\n### Alertmanager configuration\n\nExample configuration to use this service as a [webhook receiver](https://prometheus.io/docs/alerting/latest/configuration/#webhook_config) in Alertmanager that receives alerts with severity `critical` (default receiver `admins` receives all alerts):\n\n```yaml\nreceivers:\n- name: admins_mail\n  [...]\n- name: admins_signal\n  webhook_configs:\n  - url: http://container:8080/alertmanager\n    send_resolved: true\n\nroute:\n  group_wait: 1m\n  group_interval: 5m\n  repeat_interval: 4h\n  receiver: admins_mail\n  routes:\n  - match:\n      severity: critical\n    receiver: admins_signal\n    continue: true\n  - match:\n      severity: critical\n    receiver: admins_mail\n    continue: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemli%2Falertmanager-webhook-signal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystemli%2Falertmanager-webhook-signal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemli%2Falertmanager-webhook-signal/lists"}