Docs: Update Icinga DB oject type section

This commit is contained in:
Eric Lippmann 2022-06-02 13:33:44 +02:00
parent 9523e58bde
commit 148c4878a2
1 changed files with 5 additions and 5 deletions

View File

@ -1393,7 +1393,7 @@ Configuration Attributes:
### IcingaDB <a id="objecttype-icingadb"></a>
The IcingaDB object implements the [icingadb feauture](14-features.md#core-backends-icingadb).
The `IcingaDB` object implements the [Icinga DB feature](14-features.md#icinga-db).
Example:
@ -1409,10 +1409,10 @@ Configuration Attributes:
Name | Type | Description
--------------------------|-----------------------|----------------------------------
host | String | **Optional.** Redis host for IcingaDB. Defaults to `127.0.0.1`.
port | Number | **Optional.** Redis port for IcingaDB. Defaults to `6380`.
path | String | **Optional.** Redix unix socket path. Can be used instead of `host` and `port` attributes.
password | String | **Optional.** Redis auth password for IcingaDB.
host | String | **Optional.** Redis host. Defaults to `127.0.0.1`.
port | Number | **Optional.** Redis port. Defaults to `6380` since the Redis server provided by the `icingadb-redis` package listens on that port.
path | String | **Optional.** Redis unix socket path. Can be used instead of `host` and `port` attributes.
password | String | **Optional.** Redis auth password.
enable\_tls | Boolean | **Optional.** Whether to use TLS.
cert\_path | String | **Optional.** Path to the certificate.
key\_path | String | **Optional.** Path to the private key.