Code

share/collection.conf: Add graphs for the ping plugin.
authorFlorian Forster <octo@verplant.org>
Sat, 18 Sep 2010 09:57:27 +0000 (11:57 +0200)
committerFlorian Forster <octo@verplant.org>
Sat, 18 Sep 2010 09:57:27 +0000 (11:57 +0200)
share/collection.conf

index 74e057254da1e3dfb2ac30fc41f04500a39601ae..06387d37ac8c67a1b10a8d5caed4ab1588b2393d 100644 (file)
   </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"