From 956843f2f4832763d3d0a7a1d30121993c791045 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 2 Jul 2010 20:40:05 +0200 Subject: [PATCH] share/collection.conf: Adapt the "df_complex" config for the new drawing code. --- share/collection.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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" + -- 2.11.0