share/collection.conf: Add graphs for the ping plugin.
[collection4.git] / share / collection.conf
index 3634446..06387d3 100644 (file)
   ShowZero true
 
   <DEF>
-    DSName "used"
-    Legend "Used"
-    Color "ff0000"
+    DSName "free"
+    Legend "Free"
+    Color "00bf00"
     Area true
     Stack true
     Format "%5.1lf%s"
   </DEF>
   <DEF>
-    DSName "free"
-    Legend "Free"
-    Color "00bf00"
+    DSName "used"
+    Legend "Used"
+    Color "ff0000"
     Area true
     Stack true
     Format "%5.1lf%s"
 
 <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"
   PluginInstance ""
   Type "ps_state"