Use zpool_influxdb instead of disk for zfs monitoring with telegraf

This commit is contained in:
Charlotte Van Petegem 2022-04-30 23:31:54 +02:00
parent 10c7e3dcea
commit a186a30eb3
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 9 additions and 4 deletions

View file

@ -29,6 +29,11 @@
report_active = false;
};
diskio = { };
exec = {
commands = [ "${pkgs.zfs}/libexec/zfs/zpool_influxdb" ];
timeout = "5s";
data_format = "influx";
};
kernel = { };
mem = { };
processes = { };