From c5a5c9f62c4ac752bc27b642e98f5bfad7dbb2da Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 3 Mar 2022 13:57:24 +0100 Subject: [PATCH] doc: Document the password option for Redis --- doc/03-Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index 729ff277..da018de9 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -12,6 +12,7 @@ Configuration of the Redis that Icinga writes to. Option | Description -------------------------|----------------------------------------------- address | **Required.** Redis host:port address. +password | **Optional.** The password to use. tls | **Optional.** Whether to use TLS. cert | **Optional.** Path to TLS client certificate. key | **Optional.** Path to TLS private key.