We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[inputs.zfs]] poolMetrics = true
FreeBSD 11.2-RELEASE telegraf 1.6.3 (from ports/pkg)
telegraf -test -config /usr/local/etc/telegraf.conf --input-filter zfs * Plugin: inputs.zfs, Collection 1 2018-07-05T23:58:41Z E! Error parsing capacity: strconv.ParseInt: parsing "1%": invalid syntax
Telegraf to report zfs stats
Telegraf reports error as listed above.
zpool list -Hp data 996432412672 18496188416 977936224256 - - 1% 1 1.00x ONLINE - zroot 117037858816 10298671104 106739187712 - - 4% 8 1.00x ONLINE -
zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT data 928G 17.2G 911G - - 1% 1% 1.00x ONLINE - zroot 109G 9.59G 99.4G - - 4% 8% 1.00x ONLINE -
The text was updated successfully, but these errors were encountered:
This is actually a duplicate of #4059, let's discuss further on that issue.
Sorry, something went wrong.
No branches or pull requests
Relevant telegraf.conf:
[[inputs.zfs]]
poolMetrics = true
System info:
FreeBSD 11.2-RELEASE
telegraf 1.6.3 (from ports/pkg)
Steps to reproduce:
Expected behavior:
Telegraf to report zfs stats
Actual behavior:
Telegraf reports error as listed above.
Additional info:
The text was updated successfully, but these errors were encountered: