We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the bot will send unencrypted messages to an encrypted room which defeats the purpose of the room.
It would be nice if the bot can support sending of encrypted messages.
The text was updated successfully, but these errors were encountered:
This needs additional research, but I think this would require the webhook to embed a few libraries (crypto + matrix client) and this is not possible.
Maybe such feature could land in a dedicated alert script, as it allow more advanced logic and libraries than a webhook.
Sorry, something went wrong.
Implemented E2EE Matrix message notifications for Zabbix by using the script media type. Github repo: https://github.com/murlock1000/zabbix-matrix-script Help on improvements appreciated :)
No branches or pull requests
Currently the bot will send unencrypted messages to an encrypted room which defeats the purpose of the room.
It would be nice if the bot can support sending of encrypted messages.
The text was updated successfully, but these errors were encountered: