summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-07-17 11:50:33 -0400
committerjim-p <jimp@pfsense.org>2013-07-17 11:51:37 -0400
commitbb23692036833c97846349313dad3e065315265f (patch)
tree1a386de56e7bcb7cd040c55adacb089236cb4b3e
parent09f26fb7c59e0e9b1b733359f719b071b89fe3b0 (diff)
downloadpfsense-bb23692036833c97846349313dad3e065315265f.zip
pfsense-bb23692036833c97846349313dad3e065315265f.tar.gz
This is not a percentage
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index 42a0b24..632d8e9 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -910,7 +910,7 @@ elseif((strstr($curdatabase, "-mbuf.rrd")) && (file_exists("$rrddbpath$curdataba
/* define graphcmd for mbuf usage stats */
$graphcmd = "$rrdtool graph $rrdtmppath$curdatabase-$curgraph.png ";
$graphcmd .= "--start $start --end $end --step $step ";
- $graphcmd .= "--vertical-label \"utilization, percent\" ";
+ $graphcmd .= "--vertical-label \"utilization\" ";
$graphcmd .= "--color SHADEA#eeeeee --color SHADEB#eeeeee ";
$graphcmd .= "--title \"`hostname` - {$prettydb} - {$hperiod} - {$havg} average\" ";
$graphcmd .= "--height 200 --width 620 ";
OpenPOWER on IntegriCloud