Hey guys! Now i started my journey with Zabbix. The next step is to format the email alerts, especially the Problem emails. I edited the template to attach an url, which is works fine. This is my actual template:
Email(HTML)
I tried the, Latest graph: {EVENT.GRAPH} but nothing. What i want is, when i got a Problem email for example, because the CPU load is higher than 90%, i want ot attach graph also in the email. Is it possible or no? If yes, how?
Zabbix version is 7.0 LTS.
Email(HTML)
Code:
<b>Problem started</b> at {{EVENT.TIME}.htmlencode()} on {{EVENT.DATE}.htmlencode()}<br>
<b>Problem name:</b> {{EVENT.NAME}.htmlencode()}<br>
<b>Host:</b> {{HOST.NAME}.htmlencode()}<br>
<b>Severity:</b> {{EVENT.SEVERITY}.htmlencode()}<br>
<b>Operational data:</b> {{EVENT.OPDATA}.htmlencode()}<br>
<b>Original problem ID:</b> {{EVENT.ID}.htmlencode()}<br><br>
<b>URL:</b><a href="https://zabbix.xxxxx.xxxx/zabbix.php?action=problem.view&triggerid={{{TRIGGE R.ID}}}">Open Trigger</a><br>
Zabbix version is 7.0 LTS.
Those are always rendered, so there is no option to "save" the pic and send it...
Comment