2

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?

Dimas Kotvan
  • 241
  • 3
  • 7

1 Answers1

1

Instead of deactivating the trigger configure a maintenance window for that time so you will not receive notifications.

mschuett
  • 3,146
  • 21
  • 21