share/collection.conf: Add sensors/temperature graphs.
authorFlorian Forster <ff@octo.it>
Tue, 22 Jun 2010 20:44:37 +0000 (22:44 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 22 Jun 2010 20:44:37 +0000 (22:44 +0200)
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"