Merge pull request #3057 from cjmayo/style_smart_temperature
authorFlorian Forster <ff@octo.it>
Thu, 7 Feb 2019 08:04:29 +0000 (09:04 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Feb 2019 08:04:29 +0000 (09:04 +0100)
collection3: Add Type for smart_temperature

contrib/collection3/etc/collection.conf

index 3e19bfc..5d5e4eb 100644 (file)
@@ -618,6 +618,13 @@ GraphWidth 400
   RRDFormat "%5.1lf%%"
   DSName "value Signal quality"
 </Type>
+<Type smart_temperature>
+  DataSources value
+  DSName value Temp
+  RRDTitle "Temperature ({instance})"
+  RRDVerticalLabel "°Celsius"
+  RRDFormat "%4.1lf°C"
+</Type>
 <Type snr>
   DataSources value
   RRDTitle "Signal / noise ratio ({instance})"