https://github.com/lifememoryteam/alertmanager-webhook
Receive alertmanager webhook and create github issue
https://github.com/lifememoryteam/alertmanager-webhook
alertmanager alertmanager-webhook
Last synced: about 1 year ago
JSON representation
Receive alertmanager webhook and create github issue
- Host: GitHub
- URL: https://github.com/lifememoryteam/alertmanager-webhook
- Owner: lifememoryteam
- Created: 2019-10-15T13:16:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T04:54:15.000Z (over 6 years ago)
- Last Synced: 2025-01-30T14:16:10.930Z (over 1 year ago)
- Topics: alertmanager, alertmanager-webhook
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alertmanager-webhook
Receive alertmanager webhook and create github issue
## How to Use
```
docker build -t alertmanager-webhook .
export GITHUB_TOKEN=xxxxx
docker run --name alertmanager-webhook01 -it -d -p 8000:8000 -env GITHUB_TOKEN=$GITHUB_TOKEN alertmanager-webhook
```
## Settings
Please set enviroment variable GITHUB_TOKEN and change repository owner and name.
```webhook.yaml
---
github:
token: $GITHUB_TOKEN
repository:
owner: "ak1ra24"
name: "samplerepo"
```