Documentation: Fix markdown formatting in troubleshooting chapter

This commit is contained in:
Michael Friedrich 2014-08-22 15:42:01 +02:00
parent 4b3afd52d4
commit d717e6292d
1 changed files with 10 additions and 8 deletions

View File

@ -32,11 +32,12 @@ Additionally you can enable the debug log using
* Check the debug log to see if the check command gets executed * Check the debug log to see if the check command gets executed
* Verify that failed depedencies do not prevent command execution * Verify that failed depedencies do not prevent command execution
* Make sure that the plugin is executable by the Icinga 2 user (run a manual test) * Make sure that the plugin is executable by the Icinga 2 user (run a manual test)
* Make sure the [checker](#features) feature is enabled.
Examples:
# sudo -u icinga /usr/lib/nagios/plugins/check_ping -4 -H 127.0.0.1 -c 5000,100% -w 3000,80% # sudo -u icinga /usr/lib/nagios/plugins/check_ping -4 -H 127.0.0.1 -c 5000,100% -w 3000,80%
* Make sure the [checker](#features) feature is enabled.
# icinga2-enable-feature checker # icinga2-enable-feature checker
The feature 'checker' is already enabled. The feature 'checker' is already enabled.
@ -53,14 +54,14 @@ Verify the following configuration
* Do the notification attributes `states`, `types`, `period` match the notification conditions? * Do the notification attributes `states`, `types`, `period` match the notification conditions?
* Do the user attributes `states`, `types`, `period` match the notification conditions? * Do the user attributes `states`, `types`, `period` match the notification conditions?
* Are there any notification `begin` and `end` times configured? * Are there any notification `begin` and `end` times configured?
* Make sure the [notification](#features) feature is enabled. * Make sure the [notification](#features) feature is enabled.
* Does the referenced NotificationCommand work when executed as Icinga user on the shell?
Examples:
# icinga2-enable-feature notification # icinga2-enable-feature notification
The feature 'notification' is already enabled. The feature 'notification' is already enabled.
* Does the referenced NotificationCommand work when executed as Icinga user on the shell?
## <a id="feature-not-working"></a> Feature is not working ## <a id="feature-not-working"></a> Feature is not working
* Make sure that the feature configuration is enabled by symlinking from `features-available/` * Make sure that the feature configuration is enabled by symlinking from `features-available/`
@ -147,11 +148,12 @@ If the cluster communication fails with cryptic SSL error messages, make sure to
the following the following
* File permissions on the SSL certificate files * File permissions on the SSL certificate files
* Does the used CA match for all cluster endpoints?
Examples:
# ls -la /etc/icinga2/pki # ls -la /etc/icinga2/pki
* Does the used CA match for all cluster endpoints?
### <a id="troubleshooting-cluster-message-errors"></a> Cluster Troubleshooting Message Errors ### <a id="troubleshooting-cluster-message-errors"></a> Cluster Troubleshooting Message Errors