Send Netdata notifications to Matrix network rooms
Send notifications to Matrix network rooms.
The requirements for this notification method are:
- The url of the homeserver (
https://homeserver:port
). - Credentials for connecting to the homeserver, in the form of a valid access token for your account (or for a dedicated notification account). These tokens usually don't expire.
- The room ids that you want to sent the notification to.
To obtain the access token, you can use the following curl
command:
The room ids are unique identifiers and can be obtained from the room settings in a Matrix client (e.g. Riot). Their
format is !uniqueid:homeserver
.
Multiple room ids can be defined by separating with a space character.
Detailed information about the Matrix client API is available at the official site.
Your health_alarm_notify.conf
should look like this: