Hi,
I need to trigger an alert if notification was not sent at 10:05pm on Sunday.
Here's my configuration and it triggers alert at 7pm instead of waiting till 10:05pm:
{hostid:item1.time(0)}>220500 and {hostid:item1.dayofweek()}=7 and ({hostid:item2.count(1h,started,like)}=0 or {hostid:item2.nodata(1h)}
I need to trigger an alert if notification was not sent at 10:05pm on Sunday.
Here's my configuration and it triggers alert at 7pm instead of waiting till 10:05pm:
{hostid:item1.time(0)}>220500 and {hostid:item1.dayofweek()}=7 and ({hostid:item2.count(1h,started,like)}=0 or {hostid:item2.nodata(1h)}
Comment