Hello,
I'm using Zabbix v6.4.13 and having trouble using proper syntax to display host information in correct format when sending email notifications (using trigger actions) in HTML format. For some reason it does not recognize host.ip, system.uptime displays value in seconds instead of readable format. CPU and Memory should be displayed in %.


{HOST.NAME} ({HOST.IP})
{?last(/{HOST.HOST}/system.uptime)}
{?last(/{HOST.HOST}/system.cpu.util)}
{?last(/{HOST.HOST}/vm.memory.util)}
Result:

I searched throughout the forum and not sure if i'm the one making a syntax error or is this some kind of bug. What do i need to fix?
I'm using Zabbix v6.4.13 and having trouble using proper syntax to display host information in correct format when sending email notifications (using trigger actions) in HTML format. For some reason it does not recognize host.ip, system.uptime displays value in seconds instead of readable format. CPU and Memory should be displayed in %.
{HOST.NAME} ({HOST.IP})
{?last(/{HOST.HOST}/system.uptime)}
{?last(/{HOST.HOST}/system.cpu.util)}
{?last(/{HOST.HOST}/vm.memory.util)}
Result:
I searched throughout the forum and not sure if i'm the one making a syntax error or is this some kind of bug. What do i need to fix?
Comment