A simple script to notify Zabbix alert on Matrix
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
A simple script to notify Zabbix alert on Matrix
Requirement
You need a Matrix Server, Chat ID and user token for this script
Installation
- Clone this repo where you want and move
matrix-zabbix-alerting.sh
into the alertingscript's folder of Zabbix (default is /usr/lib/zabbix/alertscripts/
).
- Copy config.sample.ini where you want (Example
/etc/matrix-zabbix.ini
) and edit it.
- Go to your Zabbix server, Administration tab, Media type and clic on "Create media type".
- Choose a name, set type to script and in "Script name" set
matrix-zabbix-alerting.sh
- On script parameters add 3 parameters :
{ALERT.SENDTO}
, {ALERT.SUBJECT}
and {ALERT.MESSAGE}
- Clic on create.
Enjoy