Update troubleshoot documentation with manual steps

This commit is contained in:
Jean Flach 2015-02-25 15:33:11 +01:00
parent 0c85ebdc26
commit 34bf4dac4b
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,14 @@
## <a id="troubleshooting-information-required"></a> Which information is required ## <a id="troubleshooting-information-required"></a> Which information is required
* Run `icinga2 troubleshoot` to receive a file with the most basic information * Run `icinga2 troubleshoot` to collect required troubleshooting information
* Alternative, manual steps:
* `icinga2 --version`
* `icinga2 feature list`
* `icinga2 daemon --validate`
* Relevant output from your main and debug log ( `icinga2 object list --type='filelogger'` )
* The newest Icinga 2 crash log, if relevant
* Your icinga2.conf and, if you run multiple Icinga 2 instances, your zones.conf
* How was Icinga 2 installed (and which repository in case) and which distribution are you using * How was Icinga 2 installed (and which repository in case) and which distribution are you using
* Provide complete configuration snippets explaining your problem in detail * Provide complete configuration snippets explaining your problem in detail
* If the check command failed - what's the output of your manual plugin tests? * If the check command failed - what's the output of your manual plugin tests?