share/collection.conf: Add a couple more generic graphs.
authorFlorian Forster <ff@octo.it>
Wed, 14 Jul 2010 09:35:00 +0000 (11:35 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 14 Jul 2010 09:35:00 +0000 (11:35 +0200)
share/collection.conf

index 5ae61c2..9b9203c 100644 (file)
   Host "/any/"
   Plugin "/any/"
   PluginInstance "/any/"
+  Type "power"
+  TypeInstance "/any/"
+
+  Title "Power"
+  VerticalLabel "Watts"
+
+  <DEF>
+    DSName "value"
+    Legend "Power"
+    Color "0000ff"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
+  Plugin "/any/"
+  PluginInstance "/any/"
+  Type "temperature"
+  TypeInstance "/any/"
+
+  Title "Temperature"
+  VerticalLabel "Deg Celsius"
+
+  <DEF>
+    DSName "value"
+    Legend "Temperature"
+    Color "0000ff"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
+  Plugin "/any/"
+  PluginInstance "/any/"
   Type "voltage"
   TypeInstance "/any/"
 
     Color "0000ff"
   </DEF>
 </Graph>
+
+<Graph>
+  Host "/any/"
+  Plugin "/any/"
+  PluginInstance "/any/"
+  Type "work"
+  TypeInstance "/any/"
+
+  Title "Work"
+  #VerticalLabel ""
+
+  <DEF>
+    DSName "value"
+    Legend "Work"
+    Color "0000ff"
+  </DEF>
+</Graph>
+