I want to check inside the trigger expression using the host name ({HOST.NAME}). But when I try to do this, I get an error:
I tried to go the roundabout way. I tried to create an Item that would store the hostname. But that also turned out to be impossible. I tried to create an Item of type Zabbix trapper which would store the value {HOST.NAME}. But when I try to do this, I get an error:
Is it possible to do what I want to do?
Code:
Invalid parameter "/1/expression": incorrect trigger expression starting from " {HOST.NAME}.str("test")".
Code:
Invalid key "{HOST.NAME}" for item...
Is it possible to do what I want to do?
Comment