1 # # Read metrics from zpool_influxdb
3 # ## default installation location for zpool_influxdb command
4 commands = ["/usr/local/libexec/zfs/zpool_influxdb"]
5 # ## Timeout for each command to complete.
8 # ## measurement name suffix (for separating different commands)
9 # name_suffix = "_mycollector"
11 # ## Data format to consume.
12 # ## Each data format has its own unique set of configuration options, read
13 # ## more about them here:
14 # ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
15 data_format = "influx"