/alertmanager-webhook-logger

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

Primary LanguageGoApache License 2.0Apache-2.0

Alertmanager Webhook Logger

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

Rationale

The Prometheus 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, etc. it should fit most use-cases for a comfortable history of alerts.

Usage

Command line flags:

./alertmanager-webhook-logger -h

Build

go build

Test

go test

License

Under Apache 2.0