share/collection.conf: Add sensors/temperature graphs.
[collection4.git] / share / collection.conf
index 23d616a..2874bb9 100644 (file)
 
 <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"