-
Notifications
You must be signed in to change notification settings - Fork 4
Alert Definitions
sbengo edited this page Mar 14, 2019
·
1 revision
TODO
TODO
On Where filters
, the following format are accepted:
Type | Allowed | Operator | Notes | Example |
---|---|---|---|---|
Regex | True | =~ |
|
"portName" =~ /eth.*/ |
Single | True | == |
|
"portName" == 'eth0/0' |
Glob | False | -- | -- | -- |
When the user sets Custom Expression = true
the expression must:
Description | Example |
---|---|
All fields configured on the custom expression must be the same type. Casts can be used |
float("free")/float("total") * 100.00 |