X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=share%2Fcollection.conf;h=99d3313dc78f1cfb7f072d5a39bc24b1977ea185;hb=755a13e1dda957b708219bb92ea0d07dcd6f364a;hp=9b180ca07360ed03c1df5940ec7f55b0659642ac;hpb=c1c2c42a4e443db3d718a8f49e6e5c38bb794042;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index 9b180ca..99d3313 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" @@ -274,6 +279,47 @@ Host "/any/" + Plugin "processes" + PluginInstance "" + Type "fork_rate" + TypeInstance "" + + Title "Fork rate" + VerticalLabel "Forks/s" + + + DSName "value" + Legend "Fork rate" + Color "0000ff" + + + + + Host "/any/" + Plugin "interface" + PluginInstance "/any/" + Type "if_errors" + TypeInstance "/any/" + + Title "Interface errors" + VerticalLabel "Errors/s" + + + DSName "rx" + Legend "RX" + Color "0000ff" + Format "%5.1lf" + + + DSName "tx" + Legend "TX" + Color "00bf00" + Format "%5.1lf" + + + + + Host "/any/" Plugin "interface" PluginInstance "/any/" Type "if_octets" @@ -503,3 +549,20 @@ Format "%5.1lf" + + + Host "/any/" + Plugin "users" + PluginInstance "" + Type "users" + TypeInstance "" + + Title "Users" + VerticalLabel "Users" + + + DSName "users" + Legend "Users" + Color "0000ff" + +