I have a Node Down alert with an email trigger action and an email reset action. So I get an email when a node goes down and another email when it comes back up. Pretty standard stuff.
I also have a Node Reboot alert with a trigger condition of LastBootTime has changed. This also has an email trigger action.
The problem is when a down node that comes back up, I get both the node up and node rebooted email alert. This is because both trigger conditions are met.
Is there a clever way to exclude the Node Reboot alert from triggering when a Node Down/Up?
The trigger condition I would like to define but can't is:
LastBootTime has changed
AND NOT
Node Status has Changed from Down to Up in the past 1 minute.