If I create one trigger (A) to be severity=High when ITEM.LASTVALUE > 5
and a second trigger (B) to be severity=Disaster when ITEM.LASTVALUE > 10
and make trigger A dependent on trigger B, is there a way to avoid getting two separate recovery email notifications?
The recovery event IDs are different, so don't know how the recovery emails could be de-duped.
It seems like there is another way to set this up that I am missing.
and a second trigger (B) to be severity=Disaster when ITEM.LASTVALUE > 10
and make trigger A dependent on trigger B, is there a way to avoid getting two separate recovery email notifications?
The recovery event IDs are different, so don't know how the recovery emails could be de-duped.
It seems like there is another way to set this up that I am missing.
Comment