From dd5df5bb9e608ffd481234e30cc393ef00e52d07 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 7 Sep 2010 22:34:40 +0200 Subject: [PATCH] share/collection.conf: Swap free and used areas of the "df" graph. --- share/collection.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/collection.conf b/share/collection.conf index 3634446..74e0572 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -245,17 +245,17 @@ ShowZero true - DSName "used" - Legend "Used" - Color "ff0000" + DSName "free" + Legend "Free" + Color "00bf00" Area true Stack true Format "%5.1lf%s" - DSName "free" - Legend "Free" - Color "00bf00" + DSName "used" + Legend "Used" + Color "ff0000" Area true Stack true Format "%5.1lf%s" -- 2.11.0