Documentation: Add a hint on configuration comments to troubleshooting.

Refs #5611
This commit is contained in:
Michael Friedrich 2014-05-23 16:24:11 +02:00
parent 15f054b7fe
commit f88f23fa3b
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,12 @@ to `features-enabled` and that the latter is included in [icinga2.conf](#icinga2
* Are the feature attributes set correctly according to the documentation?
* Any errors on the logs?
## <a id="configuration-ignored"></a> Configuration is ignored
* Make sure that the line(s) are not [commented](#comments) (starting with `//` or `#`, or
encapsulated by `/* ... */`.
* Is the configuration file included in [icinga2.conf](#icinga2-conf)?
## <a id="configuration-attribute-inheritance"></a> Configuration attributes are inherited from
Icinga 2 allows you to import templates using the [import](#import) keyword. If these template