-
Incident report
-
Resolution: Fixed
-
Major
-
2.0.5
-
Ubuntu 12.10, installed from source
Possible regression of:
https://support.zabbix.com/browse/ZBX-2979
I defined this expression as a trigger:
{server1:system.cpu.util[,iowait].last(0)}>20 &
{server1:system.cpu.util[,iowait].time(0)}> 090000
However when I test this expression (say, with 07000), the expression always evaluates as TURE. In fact, it seems the only number I can get to evaluate as FALSE is 000000. Perhaps this is a problem with the leading zero in HHMMSS formats?