From 148c4878a211a22aba2fc32aa8f4c0164ef7a8de Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 2 Jun 2022 13:33:44 +0200 Subject: [PATCH] Docs: Update Icinga DB oject type section --- doc/09-object-types.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/09-object-types.md b/doc/09-object-types.md index 009f73736..cdb6db5fb 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -1393,7 +1393,7 @@ Configuration Attributes: ### IcingaDB -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.