mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge pull request #608 from yoe/zfs-fixes
zfs-filesystem-graph: remove --upper-limit Thanks
This commit is contained in:
commit
19f2a470c1
@ -39,7 +39,7 @@ if [ "$1" = "config" ]; then
|
||||
|
||||
echo <<EOF "graph_title zfs $myname
|
||||
graph_order usedbydataset usedbychildren usedbysnapshots usedbyrefreservation available total quota
|
||||
graph_args --base 1024 -r -l 0 --vertical-label Bytes --upper-limit ${values[6]}
|
||||
graph_args --base 1024 -r -l 0 --vertical-label Bytes
|
||||
graph_info This graph shows how is used a zfs filesystems.
|
||||
graph_category filesystem
|
||||
graph_period second
|
||||
|
Loading…
Reference in New Issue
Block a user