1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

Merge pull request #1363 from quotengrote/zfs_list

zfs_list: set better labels
This commit is contained in:
Kenyon Ralph 2023-04-10 09:14:55 -07:00 committed by GitHub
commit 7d5d8aed8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,15 +66,15 @@ graph_args --base 1024 -r -l 0 --vertical-label Bytes --upper-limit ${values[6]}
graph_info This graph shows how a zfs filesystem is used. graph_info This graph shows how a zfs filesystem is used.
graph_category fs graph_category fs
graph_period second graph_period second
usedbydataset.label UsedByDataset usedbydataset.label Used by Dataset
usedbydataset.draw AREA usedbydataset.draw AREA
usedbydataset.info Used space by Dataset usedbydataset.info Used space by Dataset
usedbydataset.colour FF0000 usedbydataset.colour FF0000
usedbychildren.label UsedByChildren usedbychildren.label Used by Children
usedbychildren.draw STACK usedbychildren.draw STACK
usedbychildren.info Used space by children usedbychildren.info Used space by children
usedbychildren.colour FFCC33 usedbychildren.colour FFCC33
usedbysnapshots.label UsedBySnapshots usedbysnapshots.label Used by Snapshots
usedbysnapshots.draw STACK usedbysnapshots.draw STACK
usedbysnapshots.info Used space by snapshot usedbysnapshots.info Used space by snapshot
usedbysnapshots.colour 0000FF usedbysnapshots.colour 0000FF