Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 728 Bytes

File metadata and controls

25 lines (21 loc) · 728 Bytes

alertmanager-fe2-bridge

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.

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.

Alertmanager configuration

receivers:
  - name: "alamos"
    webhook_configs:
      - url: "http://<hostname>:<port>/input"

Alamos FE2 configuration