I need to set up a zabbix trigger that will check a log file from 20h to 22h each day, and look for a certain pattern. in case there is no data in these two hours, an alert is fired. The syntax of the trigger I configured is like this:

HTML Code:
"{item.time(0)}>200000&{item.time(0)}&
...