From 79638817154b9b918a17a0ef2e178e891adb0850 Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Sun, 2 Dec 2018 21:01:01 +0100 Subject: [PATCH] Add documentaion for GelfWriter TLS support This adds the documentation for the GelfWriter TLS support. --- doc/09-object-types.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/09-object-types.md b/doc/09-object-types.md index d73fa8894..c78d588e6 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -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 -- 2.40.0