mirror of https://github.com/Icinga/icinga2.git
parent
f2a532de32
commit
b8bb8cb946
|
@ -504,7 +504,7 @@ Environment |**Read-write.** The name of the Icinga environment. Include
|
|||
RunAsUser |**Read-write.** Defines the user the Icinga 2 daemon is running as. Set in the Icinga 2 sysconfig.
|
||||
RunAsGroup |**Read-write.** Defines the group the Icinga 2 daemon is running as. Set in the Icinga 2 sysconfig.
|
||||
MaxConcurrentChecks |**Read-write.** The number of max checks run simultaneously. Defaults to `512`.
|
||||
ApiBindHost |**Read-write.** Overrides the default value for the ApiListener `bind_host` attribute. Not set by default.
|
||||
ApiBindHost |**Read-write.** Overrides the default value for the ApiListener `bind_host` attribute. Defaults to `::`.
|
||||
ApiBindPort |**Read-write.** Overrides the default value for the ApiListener `bind_port` attribute. Not set by default.
|
||||
|
||||
#### Application Runtime Constants <a id="icinga-constants-application-runtime"></a>
|
||||
|
|
|
@ -8,7 +8,7 @@ using namespace icinga;
|
|||
|
||||
REGISTER_TYPE(Configuration);
|
||||
|
||||
String Configuration::ApiBindHost;
|
||||
String Configuration::ApiBindHost{"::"};
|
||||
String Configuration::ApiBindPort{"5665"};
|
||||
bool Configuration::AttachDebugger{false};
|
||||
String Configuration::CacheDir;
|
||||
|
|
Loading…
Reference in New Issue