RabbitMQ consumer that sends alerts to Matrix.
Go to file
2024-06-12 20:37:48 -04:00
src initial commit 2024-06-12 20:37:48 -04:00
.gitignore initial commit 2024-06-12 20:37:48 -04:00
README.md initial commit 2024-06-12 20:37:48 -04:00

matrix-alerts

RabbitMQ consumer that sends alerts to Matrix.

Configuration

{
  "matrix": {
    "homeserver": "",
    "username": "",
    "password": "",
    "room_id": ""
  }
}