Hello
I have a trigger with multiple items with this expresion:
{host:tcp,11738.last(0)}=0 | {host:tcp,11761.last(0)}=0 | {host:tcp,11763.last(0)}=0 | {host:tcp,7895.last(0)}=0
But when some of these ports not responds , I always receive the information of first item ,(host:tcp,11738.last(0)}=0) in this case, my macro is this way:
{HOST.CONN}
{TRIGGER.NAME}: {TRIGGER.STATUS}
Last value: {ITEM.LASTVALUE}
{ITEM.NAME}
{TRIGGER.KEY}
{TRIGGER.COMMENT}
{TRIGGER.URL}
Is there any way of receive the information of the correct fail item ?
thanks in advance.
I have a trigger with multiple items with this expresion:
{host:tcp,11738.last(0)}=0 | {host:tcp,11761.last(0)}=0 | {host:tcp,11763.last(0)}=0 | {host:tcp,7895.last(0)}=0
But when some of these ports not responds , I always receive the information of first item ,(host:tcp,11738.last(0)}=0) in this case, my macro is this way:
{HOST.CONN}
{TRIGGER.NAME}: {TRIGGER.STATUS}
Last value: {ITEM.LASTVALUE}
{ITEM.NAME}
{TRIGGER.KEY}
{TRIGGER.COMMENT}
{TRIGGER.URL}
Is there any way of receive the information of the correct fail item ?
thanks in advance.
Comment