This template provides a custom media type configuration for Zabbix 7 LTS to send notifications via Telegram.
- Utilizes Telegram's MarkdownV2 for message formatting
- Supports the following text styles:
- __Underscore__
- ***Bold***
- ~~Strikethrough~~
- `Code` (for inline code or copy text)
- ```Code blocks``` (for multi-line code or text blocks)
- [link](https://github.com/2mcreations/Telegram-Emoji-Zabbix)
- Includes hyperlinks to directly access issues in Zabbix
- Uses emojis to visually represent alert severity
- Import the template into your Zabbix 7 LTS instance
- Configure your Telegram bot token
- Set up the media type in Zabbix
- Set the global variable
{$ZABBIX.URL}
to your Zabbix instance URL - Customize message content as needed
The template uses the following emojis based on alert severity:
- Info: 👀
- Warning:
⚠️ - Average: 😲
- High: 😨
- Disaster: 🔥
- OK (Resolved): ✅