Network Management
Handle custom properties with NULL and 'empty' values in alert conditions
For Network Performance Monitor (NPM), conditioned alerts on custom property values must explicitly handle NULL and empty value cases.
First published date
Last published date
Overview
Product section
Cause
Resolution
When building an alert condition that uses the value of a custom property, as follows:
Trigger when any of the following apply:
Custom_property is not equal to 'foo'explicitly specify alert conditions to handle the distinction SQL Server makes between NULL and 'empty' entries, as follows:
Trigger when any of the following apply:
Custom_property is not equal to 'foo' Custom_property is emptyThis article applies to all SolarWinds Orion products using alerts and custom properties.