mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
e9527d44e6
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
8 lines
353 B
Markdown
8 lines
353 B
Markdown
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.
|