mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
16 lines
580 B
Plaintext
16 lines
580 B
Plaintext
|
# # Read metrics from zpool_influxdb
|
||
|
[[inputs.exec]]
|
||
|
# ## default installation location for zpool_influxdb command
|
||
|
commands = ["/usr/local/bin/zpool_influxdb"]
|
||
|
# ## Timeout for each command to complete.
|
||
|
# timeout = "5s"
|
||
|
#
|
||
|
# ## measurement name suffix (for separating different commands)
|
||
|
# name_suffix = "_mycollector"
|
||
|
#
|
||
|
# ## Data format to consume.
|
||
|
# ## Each data format has its own unique set of configuration options, read
|
||
|
# ## more about them here:
|
||
|
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
|
||
|
data_format = "influx"
|