diff options
author | Michael Gisbers <michael@gisbers.de> | 2021-05-28 17:30:37 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-06-08 21:07:25 +0200 |
commit | 8375673d93d5481cc575dcb61825eba9b08c1515 (patch) | |
tree | fbea561ae4b4a2c4472471faacf9b4124ffb388b /doc/check-health.md | |
parent | 7a43bfbc6abc811be42ae9d314c37ffb4c695ea2 (diff) |
global-functions: implement notifications via Matrixchange-53
Matrix is an open network for secure, decentralized communication - and
it has a web api.
A warning on message type: Using 'm.notice' breaks rendering on Element
for Android (no fixed width font) and does not pop up desktop
notification. Thus we use 'm.text'. Should be safe as we do not send the
messages in response to other messages.
https://matrix.org/
Diffstat (limited to 'doc/check-health.md')
-rw-r--r-- | doc/check-health.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/check-health.md b/doc/check-health.md index f1b9d91..de7f9eb 100644 --- a/doc/check-health.md +++ b/doc/check-health.md @@ -39,7 +39,7 @@ The configuration goes to `global-config-overlay`, These are the parameters: * `CheckHealthTemperature`: an array specifying temperature thresholds for sensors * `CheckHealthVoltagePercent`: percentage value to trigger voltage jumps -Also notification settings are required for e-mail and telegram. +Also notification settings are required for e-mail, matrix and/or telegram. --- [◀ Go back to main README](../README.md) |