mirror_zfs/cmd/zpool_influxdb/telegraf.d/README.md
Richard Elling e9527d44e6
Add zpool_influxdb command
A zpool_influxdb command is introduced to ease the collection
of zpool statistics into the InfluxDB time-series database.
Examples are given on how to integrate with the telegraf
statistics aggregator, a companion to influxdb.

Finally, a grafana dashboard template is included to show
how pool latency distributions can be visualized in a
ZFS + telegraf + influxdb  + grafana environment.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Richard Elling <Richard.Elling@RichardElling.com>
Closes #10786
2020-10-09 09:29:21 -07:00

353 B

This directory contains sample telegraf configurations for adding zpool_influxdb as an input plugin. Depending on your telegraf configuration, the installation can be as simple as copying one of these to the /etc/telegraf/telegraf.d directory and restarting systemctl restart telegraf

See the telegraf docs for more information on input plugins.