]> granicus.if.org Git - icinga2/commitdiff
Add documentaion for GelfWriter TLS support
authorMichael Insel <michael@insel.email>
Sun, 2 Dec 2018 20:01:01 +0000 (21:01 +0100)
committerMichael Insel <michael@insel.email>
Thu, 16 May 2019 15:49:40 +0000 (17:49 +0200)
This adds the documentation for the GelfWriter TLS support.

doc/09-object-types.md

index d73fa8894f169a60591c409c24dcf83c00f79830..c78d588e65ff075aa925dc77f0c56f3900b8772f 100644 (file)
@@ -1344,7 +1344,10 @@ Configuration Attributes:
   source                    | String                | **Optional.** Source name for this instance. Defaults to `icinga2`.
   enable\_send\_perfdata    | Boolean               | **Optional.** Enable performance data for 'CHECK RESULT' events.
   enable\_ha                | Boolean               | **Optional.** Enable the high availability functionality. Only valid in a [cluster setup](06-distributed-monitoring.md#distributed-monitoring-high-availability-features). Defaults to `false`.
-
+  enable\_tls               | Boolean               | **Optional.** Whether to use a TLS stream. Defaults to `false`.
+  ca\_path                  | String                | **Optional.** Path to CA certificate to validate the remote host. Requires `enable_tls` set to `true`.
+  cert\_path                | String                | **Optional.** Path to host certificate to present to the remote host for mutual verification. Requires `enable_tls` set to `true`.
+  key\_path                 | String                | **Optional.** Path to host key to accompany the cert\_path. Requires `enable_tls` set to `true`.
 
 ### GraphiteWriter <a id="objecttype-graphitewriter"></a>