How does NPM evaluate trigger/reset/suppression conditions in an advanced alert?
A very simple example:
Say I have just two conditions on the Trigger tab:
Node Status is equal to Down
City is equal to Tampa
Doe NPM evaluate these conditions in the order they are listed? Say there is a node down when the database query is conducted, would it fire ONLY if the down node is in Tampa, or would it fire if there is ANY node in the database that is in Tampa?
Finally, assuming the conditions are evaluated in the order listed, does the SQL evaluation process stop when any condition comes back false?
Thanks for any help.