]> granicus.if.org Git - icinga2/commitdiff
Update documentation for new constants 6511/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 9 Aug 2018 09:55:05 +0000 (11:55 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 9 Aug 2018 09:55:05 +0000 (11:55 +0200)
doc/16-upgrading-icinga-2.md
doc/17-language-reference.md

index b44fbf51ff2dfa2e23ffd9d6d7aa107fb31e3338..cce8cd916ff76059e8cfe5512f9890cc354c3fe1 100644 (file)
@@ -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 <a id="upgrading-to-2-10-path-new-constants"></a>
+
+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 <a id="upgrading-to-2-9"></a>
 
 ### Deprecation and Removal Notes <a id="upgrading-to-2-9-deprecation-removal-notes"></a>
index 1f50f610c7b8adc8ced94633f1a002b3eadbbc1c..de94ba4e833f2bbbb9abc25bbff7a7625886bbc7 100644 (file)
@@ -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: