summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-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