summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dbcb59b)
raw | patch | inline | side by side (parent: dbcb59b)
author | Florian Forster <ff@octo.it> | |
Wed, 14 Jul 2010 09:35:00 +0000 (11:35 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 14 Jul 2010 09:35:00 +0000 (11:35 +0200) |
share/collection.conf | patch | blob | history |
diff --git a/share/collection.conf b/share/collection.conf
index 5ae61c2ce0c19302bcc9eaae06e3a7d337de8510..9b9203c47d865aec71964340caf9c20c2ad05c16 100644 (file)
--- a/share/collection.conf
+++ b/share/collection.conf
</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>
+