changeset 394:2cd246ea92c6

increase temperature logging range
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Jul 2012 23:47:29 +0800
parents afce71f829d6
children f0ddb75bcf04
files web/log.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/web/log.py	Thu Jul 12 23:44:20 2012 +0800
+++ b/web/log.py	Thu Jul 12 23:47:29 2012 +0800
@@ -37,7 +37,7 @@
     else:
         args = [
                 '--step', '300',
-                'DS:temp:GAUGE:600:-10:100',
+                'DS:temp:GAUGE:600:-100:500',
                 'RRA:AVERAGE:0.5:1:1051200']
 
     rrdtool.create(sensor_rrd_path(sensor_id),