Hi,
Using Zabbix 3.2.6.
I have an item containing the Epoch time, where i want a trigger to alert me when the Epoch time is larger than now().
My trigger looks like this:
{Test Template:epoch.endtime.last()} > {Test Template:epoch.endtime.now()}
My trigger name is:
Test {ITEM.LASTVALUE1} - {ITEM.LASTVALUE2}
It triggers permanently and the name shows as:
Test 1499427491 1499427491
So the now() evaluates to last() instead of the current epoch time.
So what am I doing wrong? Or is it a bug?
Using Zabbix 3.2.6.
I have an item containing the Epoch time, where i want a trigger to alert me when the Epoch time is larger than now().
My trigger looks like this:
{Test Template:epoch.endtime.last()} > {Test Template:epoch.endtime.now()}
My trigger name is:
Test {ITEM.LASTVALUE1} - {ITEM.LASTVALUE2}
It triggers permanently and the name shows as:
Test 1499427491 1499427491
So the now() evaluates to last() instead of the current epoch time.
So what am I doing wrong? Or is it a bug?