X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=collection.conf;h=ede145891281217db96d48dbb004d6ed86fb121a;hb=7a6beaf075a32bfd93d314c00179f258c8e43ee5;hp=5375a2673784c50bbbf983a14bbce6fadb751ed3;hpb=8b5b9238a2efbc722b7c147707dc453aefe69f04;p=collection4.git diff --git a/collection.conf b/collection.conf index 5375a26..ede1458 100644 --- a/collection.conf +++ b/collection.conf @@ -15,7 +15,7 @@ Color "e8e8e8" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "nice" @@ -24,7 +24,7 @@ Color "00e000" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "user" @@ -33,7 +33,7 @@ Color "0000ff" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "wait" @@ -42,7 +42,7 @@ Color "ffb000" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "system" @@ -51,7 +51,7 @@ Color "ff0000" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "softirq" @@ -60,7 +60,7 @@ Color "ff00ff" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "interrupt" @@ -69,7 +69,7 @@ Color "a000a0" Area true Stack true - #Format "%lf" + Format "%6.2lf" TypeInstance "steal" @@ -78,7 +78,127 @@ Color "000000" Area true Stack true - #Format "%lf" + Format "%6.2lf" + + + + + Host "/any/" + Plugin "df" + PluginInstance "/any/" + Type "df_complex" + TypeInstance "/all/" + + Title "Diskspace" + VerticalLabel "Bytes" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + #Stack true + Format "%5.1lf%s" + + + TypeInstance "reserved" + DSName "value" + Legend "Reserved" + Color "ffb000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "free" + DSName "value" + Legend "Free " + Color "00bf00" + Area true + Stack true + Format "%5.1lf%s" + + + + + Host "/any/" + Plugin "df" + PluginInstance "/any/" + Type "df_inodes" + TypeInstance "/all/" + + Title "Diskspace (Inodes)" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + #Stack true + + + TypeInstance "reserved" + DSName "value" + Legend "Reserved" + Color "ffb000" + Area true + Stack true + + + TypeInstance "free" + DSName "value" + Legend "Free " + Color "00bf00" + Area true + Stack true + + + + + Host "/any/" + Plugin "df" + PluginInstance "" + Type "df" + TypeInstance "/any/" + + Title "Diskspace (legacy)" + + + DSName "used" + Legend "Used " + Color "ff0000" + Area true + #Stack true + + + DSName "free" + Legend "Free" + Color "00bf00" + Area true + Stack true + + + + + Host "/any/" + Plugin "disk" + PluginInstance "/any/" + Type "disk_merged" + TypeInstance "" + + Title "Disk merged operations" + + + DSName "read" + Legend "Read " + Color "0000ff" + + + DSName "write" + Legend "Write" + Color "00bf00" @@ -105,24 +225,101 @@ Host "/any/" - Plugin "memory" - PluginInstance "" - Type "memory" - TypeInstance "/all/" + Plugin "disk" + PluginInstance "/any/" + Type "disk_ops" + TypeInstance "" - Title "Memory utilization" - VerticalLabel "Bytes" + Title "Disk operations" + + + DSName "read" + Legend "Read " + Color "0000ff" + + + DSName "write" + Legend "Write" + Color "00bf00" + Host "/any/" - Plugin "swap" + Plugin "disk" + PluginInstance "/any/" + Type "disk_time" + TypeInstance "" + + Title "Disk time per op" + + + DSName "read" + Legend "Read " + Color "0000ff" + + + DSName "write" + Legend "Write" + Color "00bf00" + + + + + Host "/any/" + Plugin "memory" PluginInstance "" - Type "swap" + Type "memory" TypeInstance "/all/" - Title "Swap utilization" + Title "Memory 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 "0000ff" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "buffered" + DSName "value" + Legend "Buffered" + Color "ffb000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "locked" + DSName "value" + Legend "Locked " + Color "ff00ff" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" + @@ -173,4 +370,14 @@ + + Host "/any/" + Plugin "swap" + PluginInstance "" + Type "swap" + TypeInstance "/all/" + + Title "Swap utilization" + VerticalLabel "Bytes" +