X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=share%2Fcollection.conf;h=b0141624fee25cfd302185f8f3253fe32447eef0;hb=f6521a3206ca097ab97112fc7306ce751630272a;hp=23d616ae60f53a3c0891521ab9f93bfde3aa4749;hpb=66f491fc1050ab3dbb8123b553c8ee8612b9344a;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index 23d616a..b014162 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -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" @@ -274,6 +277,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" @@ -286,11 +330,13 @@ DSName "rx" Legend "RX" Color "0000ff" + Format "%5.1lf%s" DSName "tx" Legend "TX" Color "00bf00" + Format "%5.1lf%s" @@ -450,6 +496,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" @@ -459,3 +522,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" + +