An open API service indexing awesome lists of open source software.

https://github.com/tomtom-international/alertmanager-webhook-logger

Generates (structured) log messages from Prometheus AlertManager webhook notifier.
https://github.com/tomtom-international/alertmanager-webhook-logger

Last synced: about 2 months ago
JSON representation

Generates (structured) log messages from Prometheus AlertManager webhook notifier.

Awesome Lists containing this project

README

        

# Alertmanager Webhook Logger

Generates (structured) log messages from [Prometheus AlertManager](https://prometheus.io) webhook notifier.

## Rationale

The [Prometheus Alertmanager](https://prometheus.io/docs/alerting/alertmanager/) does not provide any history of alerts. Logging of alerts is the most simple solution to get that history. In combination with log management solutions like [Elastic Stack](https://www.elastic.co/products/), etc. it should fit most use-cases for a comfortable history of alerts.

## Usage

Command line flags:

./alertmanager-webhook-logger -h

## Build

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build

## Test

go test

## License

Under [Apache 2.0](LICENSE)