From 063b934c23adb7be09081cf94e599e230470ad4a Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Sun, 21 Oct 2007 06:41:19 +0000 Subject: Fix layout and units --- usr/local/www/status_rrd_graph_img.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php index 8104a64..89d144b 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -353,19 +353,19 @@ elseif((strstr($curdatabase, "-wireless.rrd")) && (file_exists("$rrddbpath$curda COMMENT:\"\\n\"\\ COMMENT:\"\t\t maximum average current period\\n\"\\ COMMENT:\"SNR\t\"\\ - GPRINT:$curif-snr:MAX:'%7.2lf %s pps'\\ - GPRINT:$curif-snr:AVERAGE:'%7.2lf %S pps'\\ - GPRINT:$curif-snr:LAST:'%7.2lf %S pps'\\ + GPRINT:$curif-snr:MAX:'%7.2lf %s dBi'\\ + GPRINT:$curif-snr:AVERAGE:'%7.2lf %S dBi'\\ + GPRINT:$curif-snr:LAST:'%7.2lf %S dBi'\\ COMMENT:\"\\n\"\\ - COMMENT:\"RATE\t\"\\ - GPRINT:$curif-rate:MAX:'%7.2lf %s pps'\\ - GPRINT:$curif-rate:AVERAGE:'%7.2lf %S pps'\\ - GPRINT:$curif-rate:LAST:'%7.2lf %S pps'\\ + COMMENT:\"RATE\t\t\"\\ + GPRINT:$curif-rate:MAX:'%7.2lf %s Mb '\\ + GPRINT:$curif-rate:AVERAGE:'%7.2lf %S Mb '\\ + GPRINT:$curif-rate:LAST:'%7.2lf %S Mb '\\ COMMENT:\"\\n\"\\ - COMMENT:\"Channel\"\\ - GPRINT:$curif-channel:MAX:'%7.2lf %s pps'\\ - GPRINT:$curif-channel:AVERAGE:'%7.2lf %s pps'\\ - GPRINT:$curif-channel:LAST:'%7.2lf %s pps'\\ + COMMENT:\"Channel\t\"\\ + GPRINT:$curif-channel:MAX:'%7.2lf %s '\\ + GPRINT:$curif-channel:AVERAGE:'%7.2lf %s '\\ + GPRINT:$curif-channel:LAST:'%7.2lf %s '\\ COMMENT:\"\\n\"\\ COMMENT:\"\t\t\t\t\t\t\t\t\t\t\t\t\t`date +\"%b %d %H\:%M\:%S %Y\"`\""; } -- cgit v1.1