2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
contrib-munin/plugins/zfs
Wouter Verhelst 608a2a5ad7 Allow for _ in original dataset name
The current code escapes / (which is legal as part of a dataset name for ZFS, but illegal as part of a munin graph name) into _ (which is legal for both). The result is that any _ characters in the original filename get changed into / in the legend, which is confusing.

Fix by escaping any existing _ characters into __ first, and then later replacing // into _ again. // is a sequence that will not occur in a ZFS dataset name, so any double-/ sequence must therefore have been a _ originally.
2017-09-18 13:56:29 +02:00
..
example-graphs Add illumos, FreeBSD, Linux support for zfs_arcstats plugin, cleanup code 2017-08-04 16:52:48 +09:00
zfs_arcstats Add illumos, FreeBSD, Linux support for zfs_arcstats plugin, cleanup code 2017-08-04 16:52:48 +09:00
zfs_cache_efficiency Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfs_list Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfs_stats_ Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfs_usage_ Allow for _ in original dataset name 2017-09-18 13:56:29 +02:00
zfs-filesystem-graph Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfs-stats-for-freebsd-arc-efficiency Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfs-stats-for-freebsd-arc-utilization Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfs-stats-for-freebsd-cache-hits-by-cache-list Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfs-stats-for-freebsd-cache-hits-by-data-type Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfs-stats-for-freebsd-dmu-prefetch Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfsarcstats-counters Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zfsonlinux_stats_ Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zlist Category Tree: Reduce number of categories 2017-02-21 22:15:07 +01:00
zpool_capacity Fix for pullreq #867 2017-08-14 12:04:00 +09:00
zpool_iostat [zpool_iostat] keep previous fieldnames 2017-07-22 16:02:25 +02:00