https://github.com/simonpasquier/crochet
https://github.com/simonpasquier/crochet
alertmanager alertmanager-webhook prometheus
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonpasquier/crochet
- Owner: simonpasquier
- License: apache-2.0
- Created: 2019-07-29T12:38:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:02:37.000Z (over 3 years ago)
- Last Synced: 2025-03-18T08:21:43.382Z (about 1 year ago)
- Topics: alertmanager, alertmanager-webhook, prometheus
- Language: Go
- Size: 35 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Crochet is an [AlertManager](https://prometheus.io/docs/alerting/alertmanager/)
receiver that stores notifications in memory with a simple UI to view/filter.
Notifications are processed by the `/api/notifications/` endpoint.
## Usage
Configuration of AlertManager:
```
route:
receiver: webhook
[...]
receivers:
- name: webhook
webhook_configs:
- url: 'http://localhost:8080/api/notifications/'
send_resolved: true
```
Start `crochet`:
```
docker run -p 8080:8080 quay.io/simonpasquier/crochet
```
## License
Apache License 2.0, see [LICENSE](https://github.com/simonpasquier/crochet/blob/master/LICENSE).