The following section lists all the supported operators in OpsRamp monitoring that used to configure the warning and critical thresholds of resources. To know about how to add these thresholds on a resource, refer the View Monitoring Configuration page.


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 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
EqualsStringComparisonWarning/Critical Threshold Equals high
Not EqualsStringComparisonWarning/Critical Threshold Not Equals high
Equals Ignore CaseStringString comparison (regardless of the case)Warning/Critical Threshold Equals Ignore Case high, HIGH
Not Equals Ignore CaseStringString comparison (regardless of the case)Warning/Critical Threshold Not Equals Ignore Case high, HIGH
ContainsStringContains a substringWarning/Critical Threshold Contains high
Not ContainsStringDoes not contain a substringWarning/Critical Threshold Not contains high
Regex no matchStringRegular Expression No MatchWarning/Critical Threshold Regex no match ([2468])|([1-9][0-9]*[02468])
Regex matchStringRegular Expression MatchWarning/Critical Threshold Regex match \"*modulefailed\"*
In string listStringString exists as an exact match within a list of stringsWarning/Critical Threshold In string list critical,non-critical
Not in string listStringString does not exist as an exact match within a list of stringsWarning/Critical Threshold Not in string list critical,non-critical
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
Ends WithInteger or StringChecks if a given string terminates with a specific suffixWarning/Critical Threshold ends with 100
Starts WithInteger or StringChecks if a given string starts with a specific suffixWarning/Critical Threshold starts with 100
NoneNone

Static Metric conversion operator

The Static Metric Conversion Operator enables you to perform arithmetic operations on metric values. These operators allow you to modify the raw metric data by adding, subtracting, multiplying, or dividing it by a static numerical value.

OperatorTypeDescription
+IntegerAdd
-IntegerSubstract
*IntegerMultiply
/IntegerDivide
NoneNone