mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
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-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 | ||
zfs_arcstats | ||
zfs_cache_efficiency | ||
zfs_list | ||
zfs_stats_ | ||
zfs_usage_ | ||
zfsarcstats-counters | ||
zfsonlinux_stats_ | ||
zlist | ||
zpool_capacity | ||
zpool_iostat |