mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Fix typo in threshold syntax documentation
This commit is contained in:
parent
9d68ae9f1f
commit
cfcf192146
@ -1458,7 +1458,7 @@ Threshold | Meaning
|
|||||||
:------------|:----------
|
:------------|:----------
|
||||||
"29" | The threshold is 29.
|
"29" | The threshold is 29.
|
||||||
"!29" | The threshold is 29, but the negative of the result is returned.
|
"!29" | The threshold is 29, but the negative of the result is returned.
|
||||||
"[10-40]" | The threshold is a range from (including) 20 to 40, a value inside means the threshold has been exceeded.
|
"[10-40]" | The threshold is a range from (including) 10 to 40, a value inside means the threshold has been exceeded.
|
||||||
"![10-40]" | Same as above, but the result is inverted.
|
"![10-40]" | Same as above, but the result is inverted.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user