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

zfs_list: set better labels

This commit is contained in:
Michael Grote 2023-04-10 10:28:31 +02:00
parent 3148cec2cb
commit 69d890ee11

View file

@ -66,19 +66,19 @@ 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
usedbyrefreservation.label Usedbyrefreservation usedbyrefreservation.label Used by refreservation
usedbyrefreservation.draw STACK usedbyrefreservation.draw STACK
usedbyrefreservation.info Used space by Ref Reservation usedbyrefreservation.info Used space by Ref Reservation
usedbyrefreservation.colour 33CCFF usedbyrefreservation.colour 33CCFF