Code

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 5ae61c2ce0c19302bcc9eaae06e3a7d337de8510..9b9203c47d865aec71964340caf9c20c2ad05c16 100644 (file)
   </DEF>
 </Graph>
 
+<Graph>
+  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/"
     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>
+