2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Lars Kruse
c4c73eae4c zfs_usage_: explain the slash/underscore substitutions
see 608a2a5ad7
2018-03-09 03:55:41 +01:00
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
dipohl
65652aa0bd Category Tree: Reduce number of categories
ceph, samba, zfs into "fs"
apache into "webserver"
lighttpd into "webserver"
..
2017-02-21 22:15:07 +01:00
dipohl
2202b1c19e Category Tree: Reduce number of categories 2017-02-20 23:35:10 +01:00
Gabriele Pohl
6ffd50195c Reduce number of categories, use more generic terms 2014-09-07 02:03:45 +02:00
Stig Sandbeck Mathisen
cde121726f Clean fieldnames, to allow filesystems and pools containing "-" to be graphed. 2013-07-14 19:04:44 +02:00
Stig Sandbeck Mathisen
fe35abf5c0 Use perl from $PATH in zfs_usage_ plugin 2013-07-14 19:04:44 +02:00
Claudius
947313b675 plugins/zfs/zfs_usage_ add environment variables, call zfs binary only once 2013-05-07 03:16:51 +02:00
Kenyon Ralph
5ebdabf44a whitespace cleanup 2012-12-23 20:49:42 -08:00
Claudius
a129a67998 add license 2012-12-20 17:11:29 +01:00
Claudius
05710b1f9b initial checkin 2012-12-20 16:21:13 +01:00