Code

share/collection.conf: Add graphs for "fork_rate", "if_errors" and "users".
authorFlorian Forster <ff@octo.it>
Wed, 23 Jun 2010 09:30:47 +0000 (11:30 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 23 Jun 2010 09:30:47 +0000 (11:30 +0200)
share/collection.conf

index 9b180ca07360ed03c1df5940ec7f55b0659642ac..8388bbebbc2d88090d4dabee14d6ecaf99ecf8f1 100644 (file)
   </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>