A little gateway which receives alerts from the Prometheus Alertmanager via the webhook receiver and sends them to the HTTP interface of your Alamos FE2 installation.
Install manually from source:
go get github.com/codemonauts/alertmanager-fe2-bridge
or get the latest compiled binary from the Releases page on GitHub.
receivers:
- name: "alamos"
webhook_configs:
- url: "http://<hostname>:<port>/input"