Hi there,
as email sent by zabbix if some trigger is triggering I'm using something like:
just to get every possible information zabbix can give to me.
In all these macros I personally miss the macro TRIGGER.THRESHOLD that should tell me which was the threshold trepassed by the trigger: can you consider to add it? Does it make sense to you?
Is it also possible to have the real trigger expression? Say I have an item defined as
and the trigger is
how can I get this expression? Is it possible to add the macro TRIGGER.EXPRESSION as well?
Many thanks for your wonderful work!
Bye
Piero
as email sent by zabbix if some trigger is triggering I'm using something like:
Code:
{TRIGGER.NAME}: {STATUS}
{TIME} {DATE}
{HOSTNAME}:{IPADDRESS}
{EVENT.ID}
{ITEM.NAME}
{ITEM.LASTVALUE}
{STATUS}
{TRIGGER.COMMENT}
{TRIGGER.ID}
{TRIGGER.KEY}
{TRIGGER.NAME}
{TRIGGER.SEVERITY}
{TRIGGER.STATUS}
{TRIGGER.URL}
{TRIGGER.VALUE}
In all these macros I personally miss the macro TRIGGER.THRESHOLD that should tell me which was the threshold trepassed by the trigger: can you consider to add it? Does it make sense to you?
Is it also possible to have the real trigger expression? Say I have an item defined as
Code:
system.cpu.load[,avg1]
Code:
{Template_Linux:system.cpu.load[,avg1].min(900)}>5.5
Many thanks for your wonderful work!
Bye
Piero
Comment