Good morning, I'm new on Zabbix. And I need help to make a trigger to work on a specific time period. For an exemple: Monday to Friday, 08a.m to 08p.m. I made this expression so far...
last(/HOST/icmpping[1.2.3.10,4,1000,32,1000])=0 and (dayofweek()>=1 and time()>=080000)
and (dayofweek()<=5 and time()<=180000)
last(/HOST/icmpping[1.2.3.10,4,1000,32,1000])=0 and (dayofweek()>=1 and time()>=080000)
and (dayofweek()<=5 and time()<=180000)
Comment