https://github.com/codemonauts/alertmanager-fe2-bridge
https://github.com/codemonauts/alertmanager-fe2-bridge
alamos alamos-fe2 alertmanager hacktoberfest prometheus
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemonauts/alertmanager-fe2-bridge
- Owner: codemonauts
- License: mit
- Created: 2020-10-14T15:23:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T11:49:55.000Z (11 months ago)
- Last Synced: 2025-03-21T12:42:39.953Z (11 months ago)
- Topics: alamos, alamos-fe2, alertmanager, hacktoberfest, prometheus
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alertmanager-fe2-bridge
A little gateway which receives alerts from the Prometheus Alertmanager via
the [webhook
receiver](https://prometheus.io/docs/alerting/latest/configuration/#webhook_config)
and sends them to the HTTP interface of your [Alamos
FE2](https://www.alamos-gmbh.com/service/fe2/) installation.
## Installation
Install manually from source:
```
go get github.com/codemonauts/alertmanager-fe2-bridge
```
or get the latest compiled binary from the
[Releases](https://github.com/codemonauts/alertmanager-fe2-bridge/releases) page on GitHub.
## Alertmanager configuration
```yaml
receivers:
- name: "alamos"
webhook_configs:
- url: "http://:/input"
```
## Alamos FE2 configuration