contrib/collection3: Add "Wirkleistung" graph.
[collectd.git] / contrib / collection3 / etc / collection.conf
index 272ae68..ec0124e 100644 (file)
@@ -514,4 +514,12 @@ GraphWidth 400
   RRDFormat "%4.1lfV"
   Color value f00000
 </Type>
+<Type wirkleistung>
+  Module Wirkleistung
+  DataSources kWh
+  DSName value Wh
+  RRDTitle "Watt"
+  RRDVerticalLabel "W"
+  RRDFormat "%4.1lfW"
+</Type>
 # vim: set sw=2 sts=2 et syntax=apache fileencoding=latin-1 :