{"id":13581617,"url":"https://github.com/grafana/alertmanager-webhook-proxy","last_synced_at":"2026-01-12T00:08:03.774Z","repository":{"id":40533999,"uuid":"486443398","full_name":"grafana/alertmanager-webhook-proxy","owner":"grafana","description":"A reverse proxy for the Prometheus AlertManager webhook notifier.","archived":false,"fork":false,"pushed_at":"2023-01-01T20:14:43.000Z","size":101,"stargazers_count":14,"open_issues_count":4,"forks_count":1,"subscribers_count":126,"default_branch":"main","last_synced_at":"2024-09-28T15:02:03.824Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grafana.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":"2022-04-28T04:19:14.000Z","updated_at":"2024-07-19T10:02:50.000Z","dependencies_parsed_at":"2023-02-01T00:47:23.079Z","dependency_job_id":null,"html_url":"https://github.com/grafana/alertmanager-webhook-proxy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Falertmanager-webhook-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Falertmanager-webhook-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Falertmanager-webhook-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Falertmanager-webhook-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grafana","download_url":"https://codeload.github.com/grafana/alertmanager-webhook-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869249,"owners_count":16555572,"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-01T15:02:08.077Z","updated_at":"2025-10-19T10:31:22.777Z","avatar_url":"https://github.com/grafana.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Alertmanager Webhook Proxy\n\n[![CircleCI](https://circleci.com/gh/grafana/alertmanager-webhook-proxy/tree/main.svg?style=svg)](https://circleci.com/gh/grafana/alertmanager-webhook-proxy/tree/main)\n\nA reverse proxy for the Prometheus AlertManager webhook notifier. This proxy service can take in a GoLang template to modify the payload for consumers that do not support the AlertManager webhook payload.\n\n## Build\n\n```sh\n$ go build -o awp ./cmd/main.go\n```\n\n## Usage\n\n```sh\n$ ./awp -address=\":8080\" -target=\"http://my.consumer.io\" -template=\"./template.txt\"\n```\n\n| Command Flag | Default | Description |\n| ------------ | ------- | ----------- |\n| `-address`   | `:8080` | Server bind address |\n| `-target`    | `http://localhost:8090` | Target URL |\n| `-template`  | `/tmp/awp/template.txt` | Path to payload transformation template |\n\n## Templating\n\nThe proxy loads a GoLang template of your choice to transform the alertmanager\npayload.\n\nFor GoLang templating syntax, check out the [documentation](https://pkg.go.dev/text/template).\nThe AlertManager webhook payload data format is detailed [here](https://prometheus.io/docs/alerting/latest/configuration/#webhook_config).\nExample templates can be found in the `templater` [test data directory](pkg/templater/testdata).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrafana%2Falertmanager-webhook-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrafana%2Falertmanager-webhook-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrafana%2Falertmanager-webhook-proxy/lists"}