Hello everyone!
I'm using zabbix 7.2. I'll try to use the trigger from the book - an error if the device name does not match the name in zabbix:
Code from example:
find(/MyTemplate/sysName,,"eq","{HOST.NAME}")=0
But, in any situation, this expression is considered true. What am I doing wrong?
The documentation (https://www.zabbix.com/documentation...ed_by_location) states that this macro can be used in trigger expressions.
Thank you!
I'm using zabbix 7.2. I'll try to use the trigger from the book - an error if the device name does not match the name in zabbix:
Code from example:
find(/MyTemplate/sysName,,"eq","{HOST.NAME}")=0
But, in any situation, this expression is considered true. What am I doing wrong?
The documentation (https://www.zabbix.com/documentation...ed_by_location) states that this macro can be used in trigger expressions.
Thank you!
Comment