summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae3e799)
raw | patch | inline | side by side (parent: ae3e799)
author | Florian Forster <octo@verplant.org> | |
Sat, 18 Sep 2010 09:57:27 +0000 (11:57 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Sat, 18 Sep 2010 09:57:27 +0000 (11:57 +0200) |
share/collection.conf | patch | blob | history |
diff --git a/share/collection.conf b/share/collection.conf
index 74e057254da1e3dfb2ac30fc41f04500a39601ae..06387d37ac8c67a1b10a8d5caed4ab1588b2393d 100644 (file)
--- a/share/collection.conf
+++ b/share/collection.conf
</DEF>
</Graph>
+<Graph>
+ Host "/any/"
+ Plugin "ping"
+ PluginInstance ""
+ Type "ping"
+ TypeInstance "/any/"
+
+ Title "Ping (Latency)"
+ VerticalLabel "Seconds"
+
+ <DEF>
+ DSName "value"
+ Legend "Ping"
+ Color "0000ff"
+ </DEF>
+</Graph>
+
+<Graph>
+ Host "/any/"
+ Plugin "ping"
+ PluginInstance ""
+ Type "ping_droprate"
+ TypeInstance "/any/"
+
+ Title "Drop rate"
+ VerticalLabel "Rate"
+
+ <DEF>
+ DSName "value"
+ Legend "Rate"
+ Color "0000ff"
+ </DEF>
+</Graph>
+
+<Graph>
+ Host "/any/"
+ Plugin "ping"
+ PluginInstance ""
+ Type "ping_stddev"
+ TypeInstance "/any/"
+
+ Title "Standard deviation (ping)"
+ VerticalLabel "Std. deviation"
+
+ <DEF>
+ DSName "value"
+ Legend "Std. dev."
+ Color "0000ff"
+ </DEF>
+</Graph>
+
<Graph>
Host "/any/"
Plugin "processes"