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

@ -50,5 +50,5 @@
work.enable = true;
};
services.telegraf.extraConfig.inputs.disk.mount_points = [ "/" "/boot" ];
services.telegraf.extraConfig.inputs.disk.mount_points = [ "/boot" ];
}