mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
52c8537513
Move the zpool_influxdb command to /usr/libexec/zfs, and include the /usr/libexec/zfs path in the system search directory when running the test suite. Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Pavel Snajdr <snajpa@snajpa.net> Closes #11156 Closes #11160 Closes #11224
16 lines
588 B
Plaintext
16 lines
588 B
Plaintext
# # Read metrics from zpool_influxdb
|
|
[[inputs.exec]]
|
|
# ## default installation location for zpool_influxdb command
|
|
commands = ["/usr/local/libexec/zfs/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"
|