I have node custom properties where the value determines the alert actions. However, this property is not valid on some nodes so the value is blank. If I set an alert so that it fires if CustomPropertyXYZ<>somevalue, the nodes where the property is blank do not fall into that category.
For instance, I have a custom property called Carrier. For some of the WAN routers, I have this set to CenturyLink. But on servers and such it is blank. A Node Down situation for WAN routers requires that we follow a certain process, so I have a special alert that looks for Carrier is equal to CenturyLink. The server Node Down situations follow different processes, so I had a separate alert set to look for Carrier<>CenturyLink. However, this alert does not work when Carrier is blank.
I have resolved this by changing the alert to look for Carrier is empty, but it seems to me that intuitively looking for <> a specific value should encompass blank values as well. Perhaps this is faulty thinking on my part, so I'm looking for feedback.
Thanks!