mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 20:54:35 +02:00
Fix wrong config attr data type
This commit is contained in:
parent
338d0aaa8c
commit
a00134a47d
@ -1640,8 +1640,8 @@ Configuration Attributes:
|
|||||||
ssl\_ca\_cert | String | **Optional.** Path to CA certificate to validate the remote host.
|
ssl\_ca\_cert | String | **Optional.** Path to CA certificate to validate the remote host.
|
||||||
ssl\_cert | String | **Optional.** Path to host certificate to present to the remote host for mutual verification.
|
ssl\_cert | String | **Optional.** Path to host certificate to present to the remote host for mutual verification.
|
||||||
ssl\_key | String | **Optional.** Path to host key to accompany the ssl\_cert.
|
ssl\_key | String | **Optional.** Path to host key to accompany the ssl\_cert.
|
||||||
host\_template | String | **Required.** Host template to define the InfluxDB line protocol.
|
host\_template | Dictionary | **Required.** Host template to define the InfluxDB line protocol.
|
||||||
service\_template | String | **Required.** Service template to define the influxDB line protocol.
|
service\_template | Dictionary | **Required.** Service template to define the influxDB line protocol.
|
||||||
enable\_send\_thresholds | Boolean | **Optional.** Whether to send warn, crit, min & max tagged data.
|
enable\_send\_thresholds | Boolean | **Optional.** Whether to send warn, crit, min & max tagged data.
|
||||||
enable\_send\_metadata | Boolean | **Optional.** Whether to send check metadata e.g. states, execution time, latency etc.
|
enable\_send\_metadata | Boolean | **Optional.** Whether to send check metadata e.g. states, execution time, latency etc.
|
||||||
flush\_interval | Duration | **Optional.** How long to buffer data points before transferring to InfluxDB. Defaults to `10s`.
|
flush\_interval | Duration | **Optional.** How long to buffer data points before transferring to InfluxDB. Defaults to `10s`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user