From: Florian Forster Date: Tue, 15 Jun 2010 17:26:57 +0000 (+0200) Subject: collection.conf: Add "ShowZero" options to some graphs. X-Git-Tag: v4.0.0~236^2 X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=e850a3c5fb03dcb0e8698e61db2fd01a845bc6cf collection.conf: Add "ShowZero" options to some graphs. --- diff --git a/collection.conf b/collection.conf index ede1458..eb33fe0 100644 --- a/collection.conf +++ b/collection.conf @@ -91,6 +91,7 @@ Title "Diskspace" VerticalLabel "Bytes" + ShowZero true TypeInstance "used" @@ -129,6 +130,8 @@ TypeInstance "/all/" Title "Diskspace (Inodes)" + VerticalLabel "Inodes" + ShowZero true TypeInstance "used" @@ -164,13 +167,16 @@ TypeInstance "/any/" Title "Diskspace (legacy)" + VerticalLabel "Bytes" + ShowZero true DSName "used" - Legend "Used " + Legend "Used" Color "ff0000" Area true #Stack true + Format "%5.1lf%s" DSName "free" @@ -178,6 +184,7 @@ Color "00bf00" Area true Stack true + Format "%5.1lf%s" @@ -274,6 +281,7 @@ Title "Memory utilization" VerticalLabel "Bytes" + ShowZero true TypeInstance "free"