-
Problem report
-
Resolution: Won't fix
-
Trivial
-
None
-
5.4.10, 5.4.11, 6.0.1, 6.0.2
-
None
-
None
Hi guys.
- Im usig triggers with time() and dayofweek() metrics.
- I want to test the trigger with "expression constructor"
- Can't change time or days at test windows
Trigger:
last(xyz/system.hw.serialnumber[xyz])=0 and time()>007000 and time()<090000 and dayofweek()=1-5
Problem: Zabbix expression constructor will take this metrics (time and dayofweek) from actual time and date, so if you wanna test midnight trigger you need to realy try it at midnight...with days is same.