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:
Operator | Type | Description | Example |
---|---|---|---|
== | Integer | Comparison | Warning/Critical Threshold == 100 |
>= | Integer | Greater than or equal | Warning/Critical Threshold >= 100 |
> | Integer | Greater than | Warning/Critical Threshold > 100 |
<= | Integer | Less than or equal | Warning/Critical Threshold <= 100 |
< | Integer | Less than | Warning/Critical Threshold < 100 |
!= | Integer | Not equal | Warning/Critical Threshold != 100 |
In List | List of Integers (separated by comma) | In list of integers | Warning/Critical Threshold In List 100, 102,103 |
Not In List | List of Integers (separated by comma) | Not in list of integers | Warning/Critical Threshold Not In List 100, 102,103 |
In Range | Two Integers (separated by comma) | In range of two integers (minimum and maximum) | Warning/Critical Threshold In Range 100, 200 |
Out of Range | Two Integers (separated by comma) | Out of range of two integers (minimum and maximum) | Warning/Critical Threshold Out of Range 100, 200 |
None | None |