From cfcf19214675dc8472f5a9f75fffd0b76f268dc8 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 15 Oct 2017 17:28:30 +0200 Subject: [PATCH] Fix typo in threshold syntax documentation --- doc/10-icinga-template-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 4729ee659..8413879f2 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -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.