From b36953d10b72bf900eda3db859f688d617bd1f91 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 12 May 2022 12:43:38 -0600 Subject: [PATCH] docs: note about listsnapshots cause zfs parse failures (#11091) --- plugins/inputs/zfs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/inputs/zfs/README.md b/plugins/inputs/zfs/README.md index 3b06d7730..44a0974b0 100644 --- a/plugins/inputs/zfs/README.md +++ b/plugins/inputs/zfs/README.md @@ -25,6 +25,8 @@ from `sysctl`, 'zfs' and `zpool` on FreeBSD. # poolMetrics = false ## By default, don't gather dataset stats + ## On FreeBSD, if the user has enabled listsnapshots in the pool property, + ## telegraf may not be able to correctly parse the output. # datasetMetrics = false ```