mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
608a2a5ad7
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. |
||
---|---|---|
.. | ||
example-graphs | ||
zfs_arcstats | ||
zfs_cache_efficiency | ||
zfs_list | ||
zfs_stats_ | ||
zfs_usage_ | ||
zfs-filesystem-graph | ||
zfs-stats-for-freebsd-arc-efficiency | ||
zfs-stats-for-freebsd-arc-utilization | ||
zfs-stats-for-freebsd-cache-hits-by-cache-list | ||
zfs-stats-for-freebsd-cache-hits-by-data-type | ||
zfs-stats-for-freebsd-dmu-prefetch | ||
zfsarcstats-counters | ||
zfsonlinux_stats_ | ||
zlist | ||
zpool_capacity | ||
zpool_iostat |