mirror of https://github.com/Icinga/icinga2.git
Docs: Add missing init.conf
This commit is contained in:
parent
99f9dc9c84
commit
41f78b52c6
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue