I want to receive alerts anytime a node with the custom property of CORP or Production goes down.
I do not want to receive notifications for environments of:
TESTING
Remote Client
Remote Employee
Development
or Management
I've tried working it like this but it isn't working:
Trigger Alert when ALL of the following Apply:
Node Status is equal to Down
Environment is NOT equal to TESTING
Environement is NOT equal to Remote Client
Environement is NOT equal to Remote Employee
Environement is NOT equal to Development
Environement is NOT equal to Management
Aside from creating an alert-set for each environment I want to monitor do you guys have a way to simply exclude the unwanted node environments in a single alert-set?