X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=share%2Fcollection.conf;h=99d3313dc78f1cfb7f072d5a39bc24b1977ea185;hb=755a13e1dda957b708219bb92ea0d07dcd6f364a;hp=eb33fe00a049bda5e311f6c742d7f2f42d45e9b7;hpb=119de663a2fc33ea2f9303e0cbe59ab32460520b;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index eb33fe0..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,119 @@ 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" + TypeInstance "/any/" + + Title "Interface octets" + VerticalLabel "Bytes/s" + + + DSName "rx" + Legend "RX" + Color "0000ff" + Format "%5.1lf%s" + + + DSName "tx" + Legend "TX" + Color "00bf00" + Format "%5.1lf%s" + + + + + Host "/any/" + Plugin "interface" + PluginInstance "/any/" + Type "if_packets" + TypeInstance "/any/" + + Title "Interface packets" + VerticalLabel "Packets/s" + + + DSName "rx" + Legend "RX" + Color "0000ff" + + + DSName "tx" + Legend "TX" + Color "00bf00" + + + + + Host "/any/" + Plugin "load" + PluginInstance "" + Type "load" + TypeInstance "" + + Title "System load" + + + DSName "longterm" + Legend "15m" + Color "ff0000" + + + DSName "midterm" + Legend " 5m" + Color "0000ff" + + + DSName "shortterm" + Legend " 1m " + Color "00ff00" + + + + + Host "/any/" Plugin "memory" PluginInstance "" Type "memory" @@ -380,6 +498,23 @@ Host "/any/" + Plugin "sensors" + PluginInstance "/any/" + Type "temperature" + TypeInstance "/any/" + + Title "Temperature" + VerticalLabel "deg Celsius" + + + DSName "value" + Legend "Temperature" + Color "0000ff" + + + + + Host "/any/" Plugin "swap" PluginInstance "" Type "swap" @@ -389,3 +524,45 @@ VerticalLabel "Bytes" + + Host "/any/" + Plugin "swap" + PluginInstance "" + Type "swap_io" + TypeInstance "/all/" + + Title "Swap I/O" + VerticalLabel "Pages/s" + + + TypeInstance "in" + DSName "value" + Legend "In " + Color "0000ff" + Format "%5.1lf" + + + TypeInstance "out" + DSName "value" + Legend "Out" + Color "00bf00" + Format "%5.1lf" + + + + + Host "/any/" + Plugin "users" + PluginInstance "" + Type "users" + TypeInstance "" + + Title "Users" + VerticalLabel "Users" + + + DSName "users" + Legend "Users" + Color "0000ff" + +