Use zpool_influxdb instead of disk for zfs monitoring with telegraf
This commit is contained in:
parent
10c7e3dcea
commit
a186a30eb3
5 changed files with 9 additions and 4 deletions
|
@ -29,6 +29,11 @@
|
|||
report_active = false;
|
||||
};
|
||||
diskio = { };
|
||||
exec = {
|
||||
commands = [ "${pkgs.zfs}/libexec/zfs/zpool_influxdb" ];
|
||||
timeout = "5s";
|
||||
data_format = "influx";
|
||||
};
|
||||
kernel = { };
|
||||
mem = { };
|
||||
processes = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue