summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-11-19 02:30:34 -0600
committerChris Buechler <cmb@pfsense.org>2015-11-19 02:30:34 -0600
commitb8316459e55a80f7fcc384df847d228dbe7cac91 (patch)
tree91947e06eff56cb64d85c6b014c2ac5b258b8d76 /src/usr/local/www/status_rrd_graph_img.php
parent61237194976b13fd4570e2849339019c9c7e1577 (diff)
downloadpfsense-b8316459e55a80f7fcc384df847d228dbe7cac91.zip
pfsense-b8316459e55a80f7fcc384df847d228dbe7cac91.tar.gz
fix text. Ticket #5387
Diffstat (limited to 'src/usr/local/www/status_rrd_graph_img.php')
-rw-r--r--src/usr/local/www/status_rrd_graph_img.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/status_rrd_graph_img.php b/src/usr/local/www/status_rrd_graph_img.php
index 0e7a0eb..b5995ae 100644
--- a/src/usr/local/www/status_rrd_graph_img.php
+++ b/src/usr/local/www/status_rrd_graph_img.php
@@ -1240,7 +1240,7 @@ if ((strstr($curdatabase, "-traffic.rrd")) && (file_exists("$rrddbpath$curdataba
/* define graphcmd for dhcpd stats */
$graphcmd = "$rrdtool graph $rrdtmppath$curdatabase-$curgraph.png ";
$graphcmd .= "--start $start --end $end --step $step ";
- $graphcmd .= "--vertical-label \"Dhcp Leases\" ";
+ $graphcmd .= "--vertical-label \"DHCP Leases\" ";
$graphcmd .= "--color SHADEA#eeeeee --color SHADEB#eeeeee ";
$graphcmd .= "--title \"" . php_uname('n') . " - {$prettydb} - {$hperiod} - {$havg} average\" ";
$graphcmd .= "--height 200 --width 620 ";
@@ -1249,7 +1249,7 @@ if ((strstr($curdatabase, "-traffic.rrd")) && (file_exists("$rrddbpath$curdataba
$graphcmd .= "DEF:\"$curif-dhcprange=$rrddbpath$curdatabase:dhcprange:AVERAGE:step=$step\" ";
$graphcmd .= "AREA:\"$curif-leases#{$colordhcpd[0]}:Active Leases\" ";
$graphcmd .= "LINE2:\"$curif-staticleases#{$colordhcpd[1]}:Static Leases\" ";
- $graphcmd .= "LINE1:\"$curif-dhcprange#{$colordhcpd[2]}:Dhcp Range\" ";
+ $graphcmd .= "LINE1:\"$curif-dhcprange#{$colordhcpd[2]}:DHCP Range\" ";
$graphcmd .= "COMMENT:\"\\n\" ";
$graphcmd .= "COMMENT:\"\t\t\t current\t\t average\t\tmaximum\\n\" ";
$graphcmd .= "COMMENT:\"Active Leases\t\" ";
@@ -1262,7 +1262,7 @@ if ((strstr($curdatabase, "-traffic.rrd")) && (file_exists("$rrddbpath$curdataba
$graphcmd .= "GPRINT:\"$curif-staticleases:AVERAGE:%8.0lf \" ";
$graphcmd .= "GPRINT:\"$curif-staticleases:MAX:%8.0lf \" ";
$graphcmd .= "COMMENT:\"\\n\" ";
- $graphcmd .= "COMMENT:\"Dhcp Range\t\t\" ";
+ $graphcmd .= "COMMENT:\"DHCP Range\t\t\" ";
$graphcmd .= "GPRINT:\"$curif-dhcprange:LAST:%8.0lf \" ";
$graphcmd .= "GPRINT:\"$curif-dhcprange:AVERAGE:%8.0lf \" ";
$graphcmd .= "GPRINT:\"$curif-dhcprange:MAX:%8.0lf \" ";
OpenPOWER on IntegriCloud