From 5facf544d7922c1ddbd750801187c28bdc13b152 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 11 Aug 2010 14:00:12 +0000 Subject: [PATCH] high/low range git-svn-id: http://www.observium.org/svn/observer/trunk@1668 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/sensor/temperature.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/includes/graphs/sensor/temperature.inc.php b/html/includes/graphs/sensor/temperature.inc.php index 48a6b9138..b540f61fb 100644 --- a/html/includes/graphs/sensor/temperature.inc.php +++ b/html/includes/graphs/sensor/temperature.inc.php @@ -33,4 +33,9 @@ include("includes/graphs/common.inc.php"); $rrd_options .= " GPRINT:temp_min:MIN:%4.1lfC"; $rrd_options .= " GPRINT:temp_max:MAX:%4.1lfC\\\\l"; + $rrd_options .= " HRULE:".$sensor['sensor_limit']."#999999::dashes"; + $rrd_options .= " HRULE:".$sensor['sensor_limit_low']."#999999::dashes"; + + + ?>