Hi,
I am trying to make a trigger like this:
The trigger is firing up, the macro {HOSTNAME} is translating to "test2", but the macro {INVENTORY.LOCATION} is staying {INVENTORY.LOCATION} in the trigger name.
I have placed the string "Test_Location" in the host inventory in "Location".
I took a look at the Zabbix documentation here:
http://www.zabbix.com/documentation/...ed_by_location
They are talking about {INVENTORY.LOCATION<1-9>}, so I have also tried with {INVENTORY.LOCATION9} (because I am using it in the trigger name), but it stays as {INVENTORY.LOCATION9} in the trigger name on the dashboard.
Thank you
EDIT: I am using Zabbix 2.0.3 on ubuntu 10.04 LTS.
I am trying to make a trigger like this:
Code:
Name:{HOSTNAME} {INVENTORY.LOCATION} is down
Expression:({TRIGGER.VALUE}=0&{test2:icmpping[,2,25,68,200].max(#2)}=0) | ({TRIGGER.VALUE}=1&{test2:icmpping[,2,25,68,200].count(#5,0,"eq")}>0)
I have placed the string "Test_Location" in the host inventory in "Location".
I took a look at the Zabbix documentation here:
http://www.zabbix.com/documentation/...ed_by_location
They are talking about {INVENTORY.LOCATION<1-9>}, so I have also tried with {INVENTORY.LOCATION9} (because I am using it in the trigger name), but it stays as {INVENTORY.LOCATION9} in the trigger name on the dashboard.
Thank you
EDIT: I am using Zabbix 2.0.3 on ubuntu 10.04 LTS.