1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Timothée Floure 8c8a5a83cb Use HTML formatting for Matrix messages 3 years ago
.gitignore Refactor, read configuration from file 3 years ago
Makefile Initial project structure, HTTP server 3 years ago
README.md Populate README 3 years ago
config.toml.sample Refactor, read configuration from file 3 years ago
main.go Use HTML formatting for Matrix messages 3 years ago
mock-webhook.sh Properly handle incoming hooks 3 years ago

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.