X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=share%2Fcollection.conf;h=6af6f82e6173a1888ca75b6fb6c6eac297ec764b;hb=4a19e17220c37071ab3848faf1a79f019e654407;hp=eb33fe00a049bda5e311f6c742d7f2f42d45e9b7;hpb=119de663a2fc33ea2f9303e0cbe59ab32460520b;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index eb33fe0..6af6f82 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" + @@ -134,20 +134,13 @@ ShowZero true - TypeInstance "used" - DSName "value" - Legend "Used " - Color "ff0000" - Area true - #Stack true - - TypeInstance "reserved" DSName "value" Legend "Reserved" Color "ffb000" Area true Stack true + Format "%5.1lf%s" TypeInstance "free" @@ -156,6 +149,16 @@ Color "00bf00" Area true Stack true + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + 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" @@ -387,5 +522,75 @@ 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" + + + + + 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" + +