1
0
Fork 0
matrix-alertmanager-receiver/README.md

13 lines
603 B
Markdown
Raw Normal View History

2020-04-06 18:12:43 +02:00
# matrix-alertmanager-receiver
2020-04-06 18:52:03 +02:00
Simple daemon forwarding
[prometheus-alertmanager](https://duckduckgo.com/?q=prometheus+alertmanagaer&ia=software)
events to matrix room. While there already is a
[matrix-alertmanager](https://git.feneas.org/jaywink/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.
2020-04-06 18:12:43 +02:00
2020-04-06 18:52:03 +02:00
See `matrix-alermanager-receiver.scd` for usage. [Go](http://golang.org/) is
required to build the `matrix-alertmanager-receiver` binary, `make` and `scdoc`
(manpage generation) are optional but convenient.