doc: Document the password option for Redis

This commit is contained in:
Johannes Meyer 2022-03-03 13:57:24 +01:00
parent 6e3bfd7722
commit c5a5c9f62c

View file

@ -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.