src/graph_instance.[ch]: Implement "inst_get_all_selected".
[collection4.git] / share / collection.conf
index 9b180ca..8388bbe 100644 (file)
 
 <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"
   PluginInstance "/any/"
   Type "if_octets"
     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>