mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
small fixes to docs (#4737)
This commit is contained in:
@ -66,8 +66,8 @@ __Conditions__ can be any of:
|
||||
|
||||
- Equals `=`
|
||||
- Not Equals `!=`
|
||||
- Matches `~`
|
||||
- Not Matches `!~`
|
||||
- Like `~`
|
||||
- Not Like `!~`
|
||||
- Greater `>`
|
||||
- Greater or Equal `>=`
|
||||
- Smaller `<`
|
||||
@ -76,7 +76,7 @@ __Conditions__ can be any of:
|
||||
__Values__ can be Entities or any single-quoted data.
|
||||
__Glues__ can be either `&&` for `AND` or `||` for `OR`.
|
||||
|
||||
__Note__: The difference between `Equals` and `Matches` (and its negation) is that `Equals` does a strict comparison and `Matches` allows the usage of RegExp.
|
||||
__Note__: The difference between `Equals` and `Like` (and its negation) is that `Equals` does a strict comparison and `Like` allows the usage of RegExp.
|
||||
Arithmetics are allowed as well.
|
||||
|
||||
## <a name="rules-examples">Examples</a>
|
||||
|
@ -1,2 +1,2 @@
|
||||
source: Support/Support-New-OS.md
|
||||
<meta http-equiv="refresh" content="0; url=/Developting/Support-New-OS/" />
|
||||
<meta http-equiv="refresh" content="0; url=/Developing/Support-New-OS/" />
|
||||
|
Reference in New Issue
Block a user