mirror of https://github.com/Icinga/icinga2.git
Docs: Update Icinga DB oject type section
This commit is contained in:
parent
9523e58bde
commit
148c4878a2
|
@ -1393,7 +1393,7 @@ Configuration Attributes:
|
||||||
|
|
||||||
### IcingaDB <a id="objecttype-icingadb"></a>
|
### 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:
|
Example:
|
||||||
|
|
||||||
|
@ -1409,10 +1409,10 @@ Configuration Attributes:
|
||||||
|
|
||||||
Name | Type | Description
|
Name | Type | Description
|
||||||
--------------------------|-----------------------|----------------------------------
|
--------------------------|-----------------------|----------------------------------
|
||||||
host | String | **Optional.** Redis host for IcingaDB. Defaults to `127.0.0.1`.
|
host | String | **Optional.** Redis host. Defaults to `127.0.0.1`.
|
||||||
port | Number | **Optional.** Redis port for IcingaDB. Defaults to `6380`.
|
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.** Redix unix socket path. Can be used instead of `host` and `port` attributes.
|
path | String | **Optional.** Redis unix socket path. Can be used instead of `host` and `port` attributes.
|
||||||
password | String | **Optional.** Redis auth password for IcingaDB.
|
password | String | **Optional.** Redis auth password.
|
||||||
enable\_tls | Boolean | **Optional.** Whether to use TLS.
|
enable\_tls | Boolean | **Optional.** Whether to use TLS.
|
||||||
cert\_path | String | **Optional.** Path to the certificate.
|
cert\_path | String | **Optional.** Path to the certificate.
|
||||||
key\_path | String | **Optional.** Path to the private key.
|
key\_path | String | **Optional.** Path to the private key.
|
||||||
|
|
Loading…
Reference in New Issue