]> granicus.if.org Git - icinga2/commitdiff
Fix spelling error 7518/head
authorBas Couwenberg <sebastic@xs4all.nl>
Fri, 20 Sep 2019 05:17:03 +0000 (07:17 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2019 05:17:03 +0000 (07:17 +0200)
Another occurrence of:

 * UNKNWON -> UNKNWON

Ref: #7365

doc/15-troubleshooting.md

index 5422f2c49aa61309ab5dfa9fbc59b54b87b7dd7c..c5442f0ae91e7e0ddae4b71a39c16aa305fa87da 100644 (file)
@@ -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.