From: Florian Forster Date: Wed, 14 Jul 2010 09:35:00 +0000 (+0200) Subject: share/collection.conf: Add a couple more generic graphs. X-Git-Tag: v4.0.0~93 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f7e3878944b3c0bf55bfc79c2cdc640d85b42417;p=collection4.git share/collection.conf: Add a couple more generic graphs. --- diff --git a/share/collection.conf b/share/collection.conf index 5ae61c2..9b9203c 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -742,6 +742,40 @@ + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "power" + TypeInstance "/any/" + + Title "Power" + VerticalLabel "Watts" + + + DSName "value" + Legend "Power" + Color "0000ff" + + + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "temperature" + TypeInstance "/any/" + + Title "Temperature" + VerticalLabel "Deg Celsius" + + + DSName "value" + Legend "Temperature" + Color "0000ff" + + + Host "/any/" Plugin "/any/" @@ -758,3 +792,21 @@ Color "0000ff" + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "work" + TypeInstance "/any/" + + Title "Work" + #VerticalLabel "" + + + DSName "value" + Legend "Work" + Color "0000ff" + + +