We have NPM 9.5, SP4 and APM 3.0 HF#1. We use a Custom property for nodes called 'Production', and it is a simple check box (yes/no).
Our reboot alert works like this:
Trigger if ALL apply
Production = Yes
Last Reboot HAS CHANGED
Now this is a great thing and it tells us whenever a reboot occurrs. However, we have several routine reboots that happen weekely and the node is placed in unmanaged mode for this. However, the reboot alert STILL occurs, whether the node is unmanaged or not. I added a suppression line (Node status = Unmanaged) but that caused ALL the reboot alerts to be suppressed, whether managed or not (my guess is is worked against the whole of the Production = Yes and if any were unmanaged, none would fire but that's a guess). Any idea how to get reboot alerts that actually work ONLY when the node is MANAGED?
Thanks!