Is there a way to configure a trigger so that when the trigger returns FALSE for a host, it will inhibit other triggers on the same host from being processed (Without having to manually setup a trigger dependency for each of the other triggers)?
For example,
Lets say we have a 'Host is Up' trigger that determines whether HostA is still reachable. If the 'Host is Up' returns FALSE, we don't want the other triggers on the host to be flagged (ie. SSH is not running). We also don't want to have to manually configure all other triggers to depend on 'Host is Up' returning TRUE.
For example,
Lets say we have a 'Host is Up' trigger that determines whether HostA is still reachable. If the 'Host is Up' returns FALSE, we don't want the other triggers on the host to be flagged (ie. SSH is not running). We also don't want to have to manually configure all other triggers to depend on 'Host is Up' returning TRUE.