I have an action which ping the zabbix agents of my servers and a trigger which notifies if there are more than 3 minutes without answer. The expression is:
{template_zabbix_agent:agent.ping.nodata(3m)}=1
It was working well, but now I have a scheduled job which make some servers inaccessible for a few minutes and when they run everyday at 9PM, and every day I receive critical notifications.
Is there a way to set a time which a specific trigger for a host will not run?