1# # Read metrics from zpool_influxdb
2[[inputs.exec]]
3#   ## default installation location for zpool_influxdb command
4  commands = ["/usr/local/libexec/zfs/zpool_influxdb"]
5#   ## Timeout for each command to complete.
6#   timeout = "5s"
7#
8#   ## measurement name suffix (for separating different commands)
9#   name_suffix = "_mycollector"
10#
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"
16