Skip to content

codemonauts/alertmanager-fe2-bridge

Repository files navigation

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>/input'

Alamos FE2 configuration