mirror of https://github.com/Icinga/icinga2.git
parent
24035ab390
commit
ff077bc8b9
|
@ -1765,9 +1765,9 @@ and, or, negate
|
|||
|
||||
Operator | Negate | Description
|
||||
----------|------------------------
|
||||
= | != | Euqality
|
||||
= | != | Equality
|
||||
~ | !~ | Regex match
|
||||
=~ | !=~ | Euqality ignoring case
|
||||
=~ | !=~ | Equality ignoring case
|
||||
~~ | !~~ | Regex ignoring case
|
||||
> | | Less than
|
||||
< | | Greater than
|
||||
|
|
Loading…
Reference in New Issue