Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 626 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 626 Bytes

Crochet is an 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.