summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-10-21 06:41:19 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-10-21 06:41:19 +0000
commit063b934c23adb7be09081cf94e599e230470ad4a (patch)
tree2abba9f51aec0681321af28b173391358f11bb0b /usr/local
parenta7a31a1ef5124132f073b3968dd8ffd3390a6cc4 (diff)
downloadpfsense-063b934c23adb7be09081cf94e599e230470ad4a.zip
pfsense-063b934c23adb7be09081cf94e599e230470ad4a.tar.gz
Fix layout and units
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/status_rrd_graph_img.php22
1 files changed, 11 insertions, 11 deletions
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\"`\"";
}
OpenPOWER on IntegriCloud