mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Docs: Redis ACL Username and Database
As icinga-go-library v0.4.0 supports these now, it should be documented in Icinga DB. Closes #782.
This commit is contained in:
parent
5454c89ba7
commit
8532e9a475
2 changed files with 10 additions and 2 deletions
|
|
@ -69,9 +69,15 @@ redis:
|
|||
# Defaults to '6380' as the Redis® open source server provided by the 'icingadb-redis' package listens on that port.
|
||||
# port: 6380
|
||||
|
||||
# Authentication password.
|
||||
# Authentication username, requires a `password` being set as well.
|
||||
# username:
|
||||
|
||||
# Authentication password. May be used alone or together with a `username`.
|
||||
# password:
|
||||
|
||||
# Numerical database identifier, defaults to `0`.
|
||||
# database: 0
|
||||
|
||||
# Icinga DB logs its activities at various severity levels and any errors that occur either
|
||||
# on the console or in systemd's journal. The latter is used automatically when running under systemd.
|
||||
# In any case, the default log level is 'info'.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,9 @@ therefore a dedicated Icinga DB instance that connects to it.
|
|||
|----------|-------------------------------------------------------------------------------------------------------------------------|
|
||||
| host | **Required.** Host name or address, or absolute Unix socket path. |
|
||||
| port | **Optional.** TCP port. Defaults to `6380` matching the Redis® open source server port in the `icingadb-redis` package. |
|
||||
| password | **Optional.** Authentication password. |
|
||||
| username | **Optional.** Authentication username, requires a `password` being set as well. |
|
||||
| password | **Optional.** Authentication password. May be used alone or together with a `username`. |
|
||||
| database | **Optional.** Numerical database identifier, defaults to `0`. |
|
||||
| tls | **Optional.** Whether to use TLS. |
|
||||
| cert | **Optional.** Path to TLS client certificate. |
|
||||
| key | **Optional.** Path to TLS private key. |
|
||||
|
|
|
|||
Loading…
Reference in a new issue