This section lists the supported operators used to customize warning and critical thresholds for synthetic resources. These operators allows you to define conditions for processing synthetic monitoring data based on specific criteria.


The list of operators are:

OperatorTypeDescriptionExample
==IntegerComparisonWarning/Critical Threshold == 100
>=IntegerGreater than or equalWarning/Critical Threshold >= 100
>IntegerGreater thanWarning/Critical Threshold > 100
<=IntegerLess than or equalWarning/Critical Threshold <= 100
<IntegerLess thanWarning/Critical Threshold < 100
!=IntegerNot equalWarning/Critical Threshold != 100
In ListList of Integers (separated by comma)In list of integersWarning/Critical Threshold In List 100, 102,103
Not In ListList of Integers (separated by comma)Not in list of integersWarning/Critical Threshold Not In List 100, 102,103
In RangeTwo Integers (separated by comma)In range of two integers (minimum and maximum)Warning/Critical Threshold In Range 100, 200
Out of RangeTwo Integers (separated by comma)Out of range of two integers (minimum and maximum)Warning/Critical Threshold Out of Range 100, 200
NoneNone