I want to configure this trigger to fire only on specific time. When I use .time trigger function zabbix report `Incorrect trigger expression`.
Check Example 10
The trigger is used to report when 192.168.1.5 becomes unavailable.
Check Example 10
The trigger is used to report when 192.168.1.5 becomes unavailable.
HTML Code:
{host1.mydomain.com:fping[192.168.1.5].nodata(1m)}=1&{host1.mydomain.com:fping[192.168.1.5].nodata(1m).time(0)}>000000&{host1.mydomain.com:fping[192.168.1.5].nodata(1m).time(0)}<060000
Comment