From: Florian Forster Date: Fri, 2 Jul 2010 18:40:05 +0000 (+0200) Subject: share/collection.conf: Adapt the "df_complex" config for the new drawing code. X-Git-Tag: v4.0.0~160 X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=956843f2f4832763d3d0a7a1d30121993c791045 share/collection.conf: Adapt the "df_complex" config for the new drawing code. --- diff --git a/share/collection.conf b/share/collection.conf index b014162..3a88363 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -91,18 +91,9 @@ Title "Diskspace" VerticalLabel "Bytes" - ShowZero true + ShowZero false - TypeInstance "used" - DSName "value" - Legend "Used " - Color "ff0000" - Area true - #Stack true - Format "%5.1lf%s" - - TypeInstance "reserved" DSName "value" Legend "Reserved" @@ -120,6 +111,15 @@ Stack true Format "%5.1lf%s" + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" +