Historique | Voir | Annoter | Télécharger (3,07 ko)
repaired perldoc header: zfs_list
plugin zfs_list: add "ignore_datasets_pattern" configuration
Allow to ignore certain volumes.
zfs list -t filesystem,volume to suppress snapshots
zfs list might list a bunch of transient snapshots if `zpoollistsnapshots=on` and something like zfs-auto-snapshot is used. It'salso not useful to graph them since they're unchanging in time, andthe parent volume is graphed anyway. Limit zfs list to...
Fixes quota für zvols. Without this, the log gets spammed with
2020/08/16 04:45:24 [ERROR] In RRD: Error updating /var/lib/munin/localdomain/localhost.localdomain-zfs_list_rpool__name-quota-g.rrd: /var/lib/munin/localdomain/localhost.localdomain-zfs_list_rpool__name-quota-g.rrd: Function update_pdp_prep, case DST_GAUGE - Cannot convert '-' to float
replace the / by __ anyway
To make it more clear that we had a subdevice it's better to use the __ for it's replacement anyway
indentation fix
added same indentation of the echo as all the rest in the for loop
add usage of clean_fieldname
Used the correct munin way by soursing "$MUNIN_LIBDIR/plugins/plugin.sh" and use clean_fieldname.For the title I removed the replacement of / by __ and on the multigraph value I added the usage of clean_fieldname to make it backwards compatible.
Add support for dash in zfs_list
#969 zfs/zfs_list: Add support for dash in zfs_list
Category Tree: Reduce number of categoriesceph, samba, zfs into "fs" apache into "webserver" lighttpd into "webserver" ..
Category Tree: Reduce number of categories
Added zfs_list plugin