mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Merge pull request #608 from yoe/zfs-fixes
zfs-filesystem-graph: remove --upper-limit Thanks
This commit is contained in:
commit
19f2a470c1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if [ "$1" = "config" ]; then
|
||||||
|
|
||||||
echo <<EOF "graph_title zfs $myname
|
echo <<EOF "graph_title zfs $myname
|
||||||
graph_order usedbydataset usedbychildren usedbysnapshots usedbyrefreservation available total quota
|
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_info This graph shows how is used a zfs filesystems.
|
||||||
graph_category filesystem
|
graph_category filesystem
|
||||||
graph_period second
|
graph_period second
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue