Docs: Add missing init.conf

This commit is contained in:
Michael Friedrich 2014-11-15 15:46:36 +01:00
parent 99f9dc9c84
commit 41f78b52c6
2 changed files with 9 additions and 0 deletions

View File

@ -353,6 +353,13 @@ directive makes sure that all of your own configuration files are included.
> remove it entirely, or adapt the existing configuration structure with your
> own object configuration.
### <a id="init-conf"></a> init.conf
This initialization configuration file is automatically included by Icinga 2. It
defines the daemon user and group [constants](#global-constants) `RunAsUser` and
`RunAsGroup`.
### <a id="constants-conf"></a> constants.conf

View File

@ -25,6 +25,8 @@ EnableHostChecks |**Read-write.** Whether active host checks are globally ena
EnableServiceChecks |**Read-write.** Whether active service checks are globally enabled. Defaults to true.
EnablePerfdata |**Read-write.** Whether performance data processing is globally enabled. Defaults to true.
UseVfork |**Read-write.** Whether to use vfork(). Only available on *NIX. Defaults to true.
RunAsUser |**Read-write.** Defines the user the Icinga 2 daemon is running as. Used in [init.conf](#init-conf).
RunAsGroup |**Read-write.** Defines the group the Icinga 2 daemon is running as. Used in [init.conf](#init-conf).
## <a id="reserved-keywords"></a> Reserved Keywords