From eb61bce2f2fe32bbe8a26347e6915e698a7e7ba4 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 7 Apr 2022 15:57:26 +0200 Subject: [PATCH] Document Redis *nix socket support --- doc/03-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index af9cefd1..19def87f 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -11,7 +11,7 @@ Configuration of the Redis that Icinga writes to. Option | Description -------------------------|----------------------------------------------- -address | **Required.** Redis host:port address. +address | **Required.** Redis host:port address or absolute Unix socket path. password | **Optional.** The password to use. tls | **Optional.** Whether to use TLS. cert | **Optional.** Path to TLS client certificate.