mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +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
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
# # Read metrics from zpool_influxdb
|
|
[[inputs.execd]]
|
|
# ## default installation location for zpool_influxdb command
|
|
command = ["/usr/local/libexec/zfs/zpool_influxdb", "--execd"]
|
|
|
|
## Define how the process is signaled on each collection interval.
|
|
## Valid values are:
|
|
## "none" : Do not signal anything. (Recommended for service inputs)
|
|
## The process must output metrics by itself.
|
|
## "STDIN" : Send a newline on STDIN. (Recommended for gather inputs)
|
|
## "SIGHUP" : Send a HUP signal. Not available on Windows. (not recommended)
|
|
## "SIGUSR1" : Send a USR1 signal. Not available on Windows.
|
|
## "SIGUSR2" : Send a USR2 signal. Not available on Windows.
|
|
signal = "STDIN"
|
|
|
|
## Delay before the process is restarted after an unexpected termination
|
|
restart_delay = "10s"
|
|
|
|
## 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"
|