share/collection.js: Implement "zoom_reference", too.
[collection4.git] / share / collection.conf
index 23d616a..b014162 100644 (file)
     Color "ff0000"
     Area true
     #Stack true
+    Format "%5.1lf%s"
   </DEF>
   <DEF>
     TypeInstance "reserved"
     Color "ffb000"
     Area true
     Stack true
+    Format "%5.1lf%s"
   </DEF>
   <DEF>
     TypeInstance "free"
     Color "00bf00"
     Area true
     Stack true
+    Format "%5.1lf%s"
   </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"
   PluginInstance "/any/"
   Type "if_octets"
     DSName "rx"
     Legend "RX"
     Color "0000ff"
+    Format "%5.1lf%s"
   </DEF>
   <DEF>
     DSName "tx"
     Legend "TX"
     Color "00bf00"
+    Format "%5.1lf%s"
   </DEF>
 </Graph>
 
 
 <Graph>
   Host "/any/"
+  Plugin "sensors"
+  PluginInstance "/any/"
+  Type "temperature"
+  TypeInstance "/any/"
+
+  Title "Temperature"
+  VerticalLabel "deg Celsius"
+
+  <DEF>
+    DSName "value"
+    Legend "Temperature"
+    Color "0000ff"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
   Plugin "swap"
   PluginInstance ""
   Type "swap"
   VerticalLabel "Bytes"
 </Graph>
 
+<Graph>
+  Host "/any/"
+  Plugin "swap"
+  PluginInstance ""
+  Type "swap_io"
+  TypeInstance "/all/"
+
+  Title "Swap I/O"
+  VerticalLabel "Pages/s"
+
+  <DEF>
+    TypeInstance "in"
+    DSName "value"
+    Legend "In "
+    Color "0000ff"
+    Format "%5.1lf"
+  </DEF>
+  <DEF>
+    TypeInstance "out"
+    DSName "value"
+    Legend "Out"
+    Color "00bf00"
+    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>