]> granicus.if.org Git - icinga2/commitdiff
Fix typo in threshold syntax documentation 5677/head
authorMichael <mcktr55@gmail.com>
Sun, 15 Oct 2017 15:28:30 +0000 (17:28 +0200)
committerMichael <mcktr55@gmail.com>
Sun, 15 Oct 2017 15:28:30 +0000 (17:28 +0200)
doc/10-icinga-template-library.md

index 4729ee65933a634cee3e259b561ae02f8bfea201..8413879f292be96e48209c08a178276373f04094 100644 (file)
@@ -1458,7 +1458,7 @@ Threshold    | Meaning
 :------------|:----------
 "29"         | The threshold is 29.
 "!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.