Skip to content
Snippets Groups Projects
Commit 19e5e5d5 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add support for matrix notifications

parent 9591d38f
No related branches found
No related tags found
No related merge requests found
......@@ -438,6 +438,26 @@ IRC_NICKNAME=""
# extra identifier.
IRC_REALNAME=""
###############################################################################
# Matrix notifications
#
# enable/disable Matrix notifications
SEND_MATRIX="{{ netdata_matrix_enabled|default('NO') }}"
# The url of the Matrix homeserver
# e.g https://matrix.org:8448
MATRIX_HOMESERVER="{{ netdata_matrix_url|default('') }}"
# A access token from a valid Matrix account. Tokens usually don't expire,
# can be controlled from a Matrix client.
# See https://matrix.org/docs/guides/client-server.html
MATRIX_ACCESSTOKEN="{{ netdata_matrix_token|default('') }}"
# Specify the default rooms to receive the notification if no rooms are provided
# in a role's recipients.
# The format is !roomid:homeservername
DEFAULT_RECIPIENT_MATRIX="{{ netdata_matrix_room|default('') }}"
#------------------------------------------------------------------------------
# custom notifications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment