Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / zfs / zfs_list @ d41a94b1

Historique | Voir | Annoter | Télécharger (3,07 ko)

# Date Auteur Commentaire
d41a94b1 2021-12-13 08:40 Michael Grote

repaired perldoc header: zfs_list

4612c1bc 2021-12-12 14:59 Michael Grote

plugin zfs_list: add "ignore_datasets_pattern" configuration

Allow to ignore certain volumes.

60600d6b 2021-11-05 17:54 Tim Connors

zfs list -t filesystem,volume to suppress snapshots

zfs list might list a bunch of transient snapshots if `zpool
listsnapshots=on` and something like zfs-auto-snapshot is used. It's
also not useful to graph them since they're unchanging in time, and
the parent volume is graphed anyway. Limit zfs list to...

aee6a152 2020-08-16 20:41 Michael Fritscher

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

f72390cb 2019-02-03 13:55 Sephtex

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

c35eee02 2019-02-03 13:12 Sephtex

indentation fix

added same indentation of the echo as all the rest in the for loop

f6dbe9bd 2019-02-03 13:10 Sephtex

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.

0429e63b 2019-02-03 09:10 Sephtex

Add support for dash in zfs_list

#969 zfs/zfs_list: Add support for dash in zfs_list

65652aa0 2017-02-21 16:15 dipohl

Category Tree: Reduce number of categories
ceph, samba, zfs into "fs"
apache into "webserver"
lighttpd into "webserver"
..

2202b1c1 2017-02-20 17:35 dipohl

Category Tree: Reduce number of categories

cb6c9595 2014-12-25 15:23 amichel

Added zfs_list plugin