Generates (structured) log messages from Prometheus AlertManager webhook notifier.
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.
Command line flags:
./alertmanager-webhook-logger -h
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build
go test
Under Apache 2.0