From e893fe0cde10f4e8791b5b9906d694dce0198f3d Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Fri, 20 Sep 2019 07:17:03 +0200 Subject: [PATCH] Fix spelling error Another occurrence of: * UNKNWON -> UNKNWON Ref: #7365 --- doc/15-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/15-troubleshooting.md b/doc/15-troubleshooting.md index 5422f2c49..c5442f0ae 100644 --- a/doc/15-troubleshooting.md +++ b/doc/15-troubleshooting.md @@ -1374,7 +1374,7 @@ the following (e.g. by invoking a forced check from the web interface): * `/var/log/icinga2/icinga2.log` shows connection and execution errors. * The ApiListener is not enabled to [accept commands](06-distributed-monitoring.md#distributed-monitoring-top-down-command-endpoint). This is visible as `UNKNOWN` check result output. - * `CheckCommand` definition not found on the remote client. This is visible as `UNKNWON` check result output. + * `CheckCommand` definition not found on the remote client. This is visible as `UNKNOWN` check result output. * Referenced check plugin not found on the remote agent. * Runtime warnings and errors, e.g. unresolved runtime macros or configuration problems. * Specific error messages are also populated into `UNKNOWN` check results including a detailed error message in their output. -- 2.50.0