1
0
Fork 0
Go to file
Timothée Floure fd35273ed4 Refactor config loading, message formatting 2020-05-03 10:03:36 +02:00
.gitignore Refactor, read configuration from file 2020-05-03 09:57:05 +02:00
Makefile Initial project structure, HTTP server 2020-04-06 18:12:43 +02:00
README.md Populate README 2020-04-06 18:52:03 +02:00
config.toml.sample Refactor, read configuration from file 2020-05-03 09:57:05 +02:00
main.go Refactor config loading, message formatting 2020-05-03 10:03:36 +02:00
mock-webhook.sh Properly handle incoming hooks 2020-05-03 08:54:18 +02:00

README.md

matrix-alertmanager-receiver

Simple daemon forwarding prometheus-alertmanager events to matrix room. While there already is a matrix-alertmanager project out there, use of the JavaScript ecosystem (and lack of logging) made it rather painful to use from my point of view.

See matrix-alermanager-receiver.scd for usage. Go is required to build the matrix-alertmanager-receiver binary, make and scdoc (manpage generation) are optional but convenient.