[zpool_iostat] added example graphs (by @Rayziltl)
[zpool_iostat] keep previous fieldnames
[zpool_iostat] improve formatting and variable names
[zpool_iostat] fix whitespace issues
[zpool_iostat] use backward compatible fieldnames
[zpool_iostat] change category from 'filesystem' to 'disk'
[zpool_iostat] add POD documentation
[zpool_iostat] enable 'exit_on_error' and 'exit_on_unset' via 'set -eu'
[zpool_iostat] use 'clean_fieldname' and separate function 'get_pool_iostat'
FIeldnames possibly started with a digit before.Closes: #779
[zpool_iostat] remove usage of temporary file
[zpool_iostat] autoconf checks zpool executable
[zpool_iostat] fix shellcheck warnings
[zpool_iostat] switch from bash to sh
Category Tree: Reduce number of categoriesceph, samba, zfs into "fs" apache into "webserver" lighttpd into "webserver" ..
Category Tree: Reduce number of categories
Pass over empty lines in the arcstatshttps://github.com/munin-monitoring/contrib/issues/680
improved readability, and eliminate a grep
If a pool is named something like "m" or "ra" or any string that matches the types of zpool, the grep will match multiple lines.Adding a space after the zlabel will allow for more exact matching.
Update zfs-filesystem-graph: using env
with env the script is running with linux and bsd
Change interpreter to bash, [[ is just better
Forgot to use abstracted variables for stat files
Refactor of variable assignment method
Re-submit zfsonlinux_stats_
Merge pull request #563 from elfurbe/zfs_list
Zfs list
Merge pull request #562 from elfurbe/zfsonlinux_stats_
Added zfsonlinux_stats plugin
zfs-filesystem-graph: remove --upper-limit
Providing a --upper-limit parameter is only useful if the size of thefilesystem never changes. On ZFS, this assumption is only true for thezpool; for all other filesystems, the available space is shared, and the...
typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:plugins/mail/postfix_mail_stats recieved.labelplugins/nginx/nginx_vhost_traffic
Trying to make this into a one file commit. :|
Added zfs_list plugin
Reduce number of categories, use more generic terms
Add support for ZFS On Linux
Clean fieldnames, to allow filesystems and pools containing "-" to be graphed.
Use perl from $PATH in zfs_usage_ plugin
Merge pull request #299 from claudius23/zfs_usage_
plugins/zfs/zfs_usage_ add environment variables, call zfs binary only once
fixed duplicate value when read/write values == 0
Merge pull request #225 from claudius23/patch-1
Update plugins/zfs/zfs_stats_
whitespace cleanup
add license
initial checkin
Don't divide by zero if there is no l2arc
Error output from zfs_stats_cachehitlist:dc: divide by zero
More housekeeping.
Extract tarballs committed to git as plugins.
Fixing visibility issues in the utilization function
Added a L2ARC efficiency function, also some label consistency changes
Revert "Added a L2ARC efficiency function, also some label consistency changes"
This reverts commit 55ba113d2f40c570ec9c7b8b750f8d8e6a895815.
Added a L2ARC size function and some cleanup
Removing unnecessary graph_category attributes
Fixing typos in data type calculations
Adding a new ZFS statistic plugin
- have some dirs