From: Florian Forster Date: Tue, 15 Jun 2010 12:34:21 +0000 (+0200) Subject: collection.conf: Add some more graphs. X-Git-Tag: v4.0.0~253 X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=3dfc071fbc2e15897d1888e7d75c444a7a801189 collection.conf: Add some more graphs. --- diff --git a/collection.conf b/collection.conf index 5375a26..58d8c4e 100644 --- a/collection.conf +++ b/collection.conf @@ -84,6 +84,122 @@ Host "/any/" + Plugin "df" + PluginInstance "/any/" + Type "df_complex" + TypeInstance "/all/" + + Title "Diskspace" + + + 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 "/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" + + + + + Host "/any/" Plugin "disk" PluginInstance "/any/" Type "disk_octets" @@ -105,23 +221,54 @@ 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" @@ -173,4 +320,14 @@ + + Host "/any/" + Plugin "swap" + PluginInstance "" + Type "swap" + TypeInstance "/all/" + + Title "Swap utilization" + VerticalLabel "Bytes" +