summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d16fd38)
raw | patch | inline | side by side (parent: d16fd38)
author | Florian Forster <ff@octo.it> | |
Tue, 15 Jun 2010 12:34:21 +0000 (14:34 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 15 Jun 2010 12:34:21 +0000 (14:34 +0200) |
collection.conf | patch | blob | history |
diff --git a/collection.conf b/collection.conf
index 5375a2673784c50bbbf983a14bbce6fadb751ed3..58d8c4e122ce43aafaedb7efdd738bd4e10a2676 100644 (file)
--- a/collection.conf
+++ b/collection.conf
</DEF>
</Graph>
+<Graph>
+ Host "/any/"
+ Plugin "df"
+ PluginInstance "/any/"
+ Type "df_complex"
+ TypeInstance "/all/"
+
+ Title "Diskspace"
+
+ <DEF>
+ TypeInstance "used"
+ DSName "value"
+ Legend "Used "
+ Color "ff0000"
+ Area true
+ #Stack true
+ </DEF>
+ <DEF>
+ TypeInstance "reserved"
+ DSName "value"
+ Legend "Reserved"
+ Color "ffb000"
+ Area true
+ Stack true
+ </DEF>
+ <DEF>
+ TypeInstance "free"
+ DSName "value"
+ Legend "Free "
+ Color "00bf00"
+ Area true
+ Stack true
+ </DEF>
+</Graph>
+
+<Graph>
+ Host "/any/"
+ Plugin "df"
+ PluginInstance "/any/"
+ Type "df_inodes"
+ TypeInstance "/all/"
+
+ Title "Diskspace (Inodes)"
+
+ <DEF>
+ TypeInstance "used"
+ DSName "value"
+ Legend "Used "
+ Color "ff0000"
+ Area true
+ #Stack true
+ </DEF>
+ <DEF>
+ TypeInstance "reserved"
+ DSName "value"
+ Legend "Reserved"
+ Color "ffb000"
+ Area true
+ Stack true
+ </DEF>
+ <DEF>
+ TypeInstance "free"
+ DSName "value"
+ Legend "Free "
+ Color "00bf00"
+ Area true
+ Stack true
+ </DEF>
+</Graph>
+
+<Graph>
+ Host "/any/"
+ Plugin "df"
+ PluginInstance ""
+ Type "df"
+ TypeInstance "/any/"
+
+ Title "Diskspace (legacy)"
+
+ <DEF>
+ DSName "used"
+ Legend "Used "
+ Color "ff0000"
+ Area true
+ #Stack true
+ </DEF>
+ <DEF>
+ DSName "free"
+ Legend "Free"
+ Color "00bf00"
+ Area true
+ Stack true
+ </DEF>
+</Graph>
+
+<Graph>
+ Host "/any/"
+ Plugin "disk"
+ PluginInstance "/any/"
+ Type "disk_merged"
+ TypeInstance ""
+
+ Title "Disk merged operations"
+
+ <DEF>
+ DSName "read"
+ Legend "Read "
+ Color "0000ff"
+ </DEF>
+ <DEF>
+ DSName "write"
+ Legend "Write"
+ Color "00bf00"
+ </DEF>
+</Graph>
+
<Graph>
Host "/any/"
Plugin "disk"
<Graph>
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"
+
+ <DEF>
+ DSName "read"
+ Legend "Read "
+ Color "0000ff"
+ </DEF>
+ <DEF>
+ DSName "write"
+ Legend "Write"
+ Color "00bf00"
+ </DEF>
</Graph>
<Graph>
Host "/any/"
- Plugin "swap"
+ Plugin "disk"
+ PluginInstance "/any/"
+ Type "disk_time"
+ TypeInstance ""
+
+ Title "Disk time per op"
+
+ <DEF>
+ DSName "read"
+ Legend "Read "
+ Color "0000ff"
+ </DEF>
+ <DEF>
+ DSName "write"
+ Legend "Write"
+ Color "00bf00"
+ </DEF>
+</Graph>
+
+<Graph>
+ Host "/any/"
+ Plugin "memory"
PluginInstance ""
- Type "swap"
+ Type "memory"
TypeInstance "/all/"
- Title "Swap utilization"
+ Title "Memory utilization"
VerticalLabel "Bytes"
</Graph>
</DEF>
</Graph>
+<Graph>
+ Host "/any/"
+ Plugin "swap"
+ PluginInstance ""
+ Type "swap"
+ TypeInstance "/all/"
+
+ Title "Swap utilization"
+ VerticalLabel "Bytes"
+</Graph>