Hello all,
I have trigger with custom items. Items are scripts which results are parsed and shown in zabbix.There are 4 of them.
I created trigger for those items and that trigger containts multiple OR between items/keys, for example:
last(/Zabbix server/item1.response.time,#5)>=3 or last(/Zabbix server/item2.response.time,#5)>=3 or last(/Zabbix server/item3.response.time,#5)>=3 or last(/Zabbix server/item4.response.time,#5)>=3
When trigger fire, I see only:
Trigger response time => 3sec
I want to see which of them exactly fired the trigger:
Trigger item2.response time => 3sec
But I do not see which macro I can use for that.
Please advise
I have trigger with custom items. Items are scripts which results are parsed and shown in zabbix.There are 4 of them.
I created trigger for those items and that trigger containts multiple OR between items/keys, for example:
last(/Zabbix server/item1.response.time,#5)>=3 or last(/Zabbix server/item2.response.time,#5)>=3 or last(/Zabbix server/item3.response.time,#5)>=3 or last(/Zabbix server/item4.response.time,#5)>=3
When trigger fire, I see only:
Trigger response time => 3sec
I want to see which of them exactly fired the trigger:
Trigger item2.response time => 3sec
But I do not see which macro I can use for that.
Please advise

Comment