Is there an elegant way to disable the recovery message on individual triggers? For example, when a host is restarted, I currently receive 2 alerts - one that a host has restarted, and another one that the host restarted is no longer a problem. It is based on a trigger "{Windows_Servers:system.uptime.last(0)}<600".
I could write a separate action for this particular trigger to avoid the recovery message. But my problem is that I already have a handful of actions and the special treatment of this trigger would increase the number of actions dramatically.
I could write a separate action for this particular trigger to avoid the recovery message. But my problem is that I already have a handful of actions and the special treatment of this trigger would increase the number of actions dramatically.