summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c1c2c42)
raw | patch | inline | side by side (parent: c1c2c42)
author | Florian Forster <ff@octo.it> | |
Wed, 23 Jun 2010 09:30:47 +0000 (11:30 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 23 Jun 2010 09:30:47 +0000 (11:30 +0200) |
share/collection.conf | patch | blob | history |
diff --git a/share/collection.conf b/share/collection.conf
index 9b180ca07360ed03c1df5940ec7f55b0659642ac..8388bbebbc2d88090d4dabee14d6ecaf99ecf8f1 100644 (file)
--- a/share/collection.conf
+++ b/share/collection.conf
</DEF>
</Graph>
+<Graph>
+ Host "/any/"
+ Plugin "processes"
+ PluginInstance ""
+ Type "fork_rate"
+ TypeInstance ""
+
+ Title "Fork rate"
+ VerticalLabel "Forks/s"
+
+ <DEF>
+ DSName "value"
+ Legend "Fork rate"
+ Color "0000ff"
+ </DEF>
+</Graph>
+
+<Graph>
+ Host "/any/"
+ Plugin "interface"
+ PluginInstance "/any/"
+ Type "if_errors"
+ TypeInstance "/any/"
+
+ Title "Interface errors"
+ VerticalLabel "Errors/s"
+
+ <DEF>
+ DSName "rx"
+ Legend "RX"
+ Color "0000ff"
+ Format "%5.1lf"
+ </DEF>
+ <DEF>
+ DSName "tx"
+ Legend "TX"
+ Color "00bf00"
+ Format "%5.1lf"
+ </DEF>
+</Graph>
+
<Graph>
Host "/any/"
Plugin "interface"
Format "%5.1lf"
</DEF>
</Graph>
+
+<Graph>
+ Host "/any/"
+ Plugin "users"
+ PluginInstance ""
+ Type "users"
+ TypeInstance ""
+
+ Title "Users"
+ VerticalLabel "Users"
+
+ <DEF>
+ DSName "users"
+ Legend "Users"
+ Color "0000ff"
+ </DEF>
+</Graph>