X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=share%2Fcollection.conf;h=f4e12ea833e5257d88598bc31cd10ce403756ddb;hb=36b307a19a30b0866c4446f572c45bcd0446cdea;hp=8388bbebbc2d88090d4dabee14d6ecaf99ecf8f1;hpb=2b7570e18e1eed02e4dec5b5b1534414e658fac4;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index 8388bbe..f4e12ea 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" + @@ -140,6 +140,7 @@ Color "ff0000" Area true #Stack true + Format "%5.1lf%s" TypeInstance "reserved" @@ -148,6 +149,7 @@ Color "ffb000" Area true Stack true + Format "%5.1lf%s" TypeInstance "free" @@ -156,6 +158,7 @@ Color "00bf00" Area true Stack true + Format "%5.1lf%s" @@ -222,11 +225,13 @@ DSName "read" Legend "Read " Color "0000ff" + Format "%5.1lf%s" DSName "write" Legend "Write" Color "00bf00" + Format "%5.1lf%s" @@ -517,6 +522,34 @@ Title "Swap utilization" VerticalLabel "Bytes" + + + TypeInstance "free" + DSName "value" + Legend "Free " + Color "00e000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "cached" + DSName "value" + Legend "Cached" + Color "ffb000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" +