aptdamia / alertmanager-webhook-logger

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 92.8%Language:Dockerfile 7.2%