From: Michael Friedrich Date: Thu, 9 Aug 2018 09:55:05 +0000 (+0200) Subject: Update documentation for new constants X-Git-Tag: v2.10.0~68^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7012ce4129fe696dbf4f6980840c52ed4cc44217;p=icinga2 Update documentation for new constants --- diff --git a/doc/16-upgrading-icinga-2.md b/doc/16-upgrading-icinga-2.md index b44fbf51f..cce8cd916 100644 --- a/doc/16-upgrading-icinga-2.md +++ b/doc/16-upgrading-icinga-2.md @@ -37,6 +37,12 @@ has been removed and this setting has no effect. > > This is important if you rely on the sysconfig configuration in your own scripts. +### New Constants + +New [Icinga constants](17-language-reference.md#icinga-constants) have been added in this release. + +* `ApiBindHost` and `ApiBindPort` to allow overriding the default ApiListener values. This will be used for an Icinga addon only. + ## Upgrading to v2.9 ### Deprecation and Removal Notes diff --git a/doc/17-language-reference.md b/doc/17-language-reference.md index 1f50f610c..de94ba4e8 100644 --- a/doc/17-language-reference.md +++ b/doc/17-language-reference.md @@ -409,8 +409,10 @@ Vars |**Read-write.** Contains a dictionary with global custom at NodeName |**Read-write.** Contains the cluster node name. Set to the local hostname by default. 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`. -Environment |**Read-write**. The name of the Icinga environment. Included in the SNI host name when making outbound connections. Defaults to `production`. +MaxConcurrentChecks |**Read-write.** The number of max checks run simultaneously. Defaults to `512`. +Environment |**Read-write.** The name of the Icinga environment. Included in the SNI host name when making outbound connections. Defaults to `production`. +ApiBindHost |**Read-write.** Overrides the default value for the ApiListener `bind_host` attribute. Not set by default. +ApiBindPort |**Read-write.** Overrides the default value for the ApiListener `bind_port` attribute. Not set by default. Application runtime details: